LLVM API Documentation

Local.h File Reference

#include "llvm/Function.h"
#include "llvm/Analysis/ConstantFolding.h"

Include dependency graph for Local.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  llvm

Functions

bool llvm::doConstantPropagation (BasicBlock::iterator &I)
bool llvm::ConstantFoldTerminator (BasicBlock *BB)
Constantllvm::ConstantFoldInstruction (Instruction *I)
Constantllvm::ConstantFoldLoadThroughGEPConstantExpr (Constant *C, ConstantExpr *CE)
bool llvm::isInstructionTriviallyDead (Instruction *I)
bool llvm::dceInstruction (BasicBlock::iterator &BBI)
bool llvm::SimplifyCFG (BasicBlock *BB)
AllocaInstllvm::DemoteRegToStack (Instruction &X, bool VolatileLoads=false)