LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
AutoUpgrade.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 

Functions

bool llvm::UpgradeIntrinsicFunction (Function *F, Function *&NewFn)
 
void llvm::UpgradeIntrinsicCall (CallInst *CI, Function *NewFn)
 
void llvm::UpgradeCallsToIntrinsic (Function *F)
 
bool llvm::UpgradeGlobalVariable (GlobalVariable *GV)
 
void llvm::UpgradeInstWithTBAATag (Instruction *I)
 
Instructionllvm::UpgradeBitCastInst (unsigned Opc, Value *V, Type *DestTy, Instruction *&Temp)
 
Valuellvm::UpgradeBitCastExpr (unsigned Opc, Constant *C, Type *DestTy)