LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Local.h File Reference

#include "llvm/Function.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)
bool llvm::canConstantFoldCallTo (Function *F)
Constantllvm::ConstantFoldCall (Function *F, const std::vector< Constant * > &Operands)
bool llvm::isInstructionTriviallyDead (Instruction *I)
bool llvm::dceInstruction (BasicBlock::iterator &BBI)
Valuellvm::hasConstantValue (PHINode *PN)
bool llvm::SimplifyCFG (BasicBlock *BB)
AllocaInstllvm::DemoteRegToStack (Instruction &X)