Home
last modified time | relevance | path

Searched refs:InsertHelper (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBuilder.h32 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
H A DCGLoopInfo.h104 void InsertHelper(llvm::Instruction *I) const;
H A DCGLoopInfo.cpp92 void LoopInfoStack::InsertHelper(Instruction *I) const { in InsertHelper() function in LoopInfoStack
H A DCodeGenFunction.cpp1710 void CodeGenFunction::InsertHelper(llvm::Instruction *I, in InsertHelper() function in CodeGenFunction
1714 LoopStack.InsertHelper(I); in InsertHelper()
1720 void CGBuilderInserter<PreserveNames>::InsertHelper( in InsertHelper() function in CGBuilderInserter
1723 llvm::IRBuilderDefaultInserter<PreserveNames>::InsertHelper(I, Name, BB, in InsertHelper()
1726 CGF->InsertHelper(I, Name, BB, InsertPt); in InsertHelper()
1734 template void CGBuilderInserter<PreserveNames>::InsertHelper(
H A DCodeGenFunction.h138 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h84 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB, in InsertHelper() function
86 IRBuilderDefaultInserter<true>::InsertHelper(I, Name, BB, InsertPt); in InsertHelper()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h41 void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function
549 this->InsertHelper(I, Name, BB, InsertPt);
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp107 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB, in InsertHelper() function in __anoneb572d7b0111::IRBuilderPrefixedInserter
109 IRBuilderDefaultInserter<preserveNames>::InsertHelper( in InsertHelper()