LLVM API Documentation

Namespaces | Functions
AutoUpgrade.h File Reference
#include <string>
Include dependency graph for AutoUpgrade.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  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)
bool llvm::UpgradeDebugInfo (Module &M)
void llvm::UpgradeMDStringConstant (std::string &String)
 Upgrade a metadata string constant in place.