Searched refs:InsertHelper (Results 1 – 8 of 8) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGBuilder.h | 32 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
|
| H A D | CGLoopInfo.h | 104 void InsertHelper(llvm::Instruction *I) const;
|
| H A D | CGLoopInfo.cpp | 92 void LoopInfoStack::InsertHelper(Instruction *I) const { in InsertHelper() function in LoopInfoStack
|
| H A D | CodeGenFunction.cpp | 1710 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 D | CodeGenFunction.h | 138 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombine.h | 84 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 D | IRBuilder.h | 41 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 D | SROA.cpp | 107 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB, in InsertHelper() function in __anoneb572d7b0111::IRBuilderPrefixedInserter 109 IRBuilderDefaultInserter<preserveNames>::InsertHelper( in InsertHelper()
|