Searched refs:InsertHelper (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGBuilder.h | 32 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
|
D | CGLoopInfo.h | 104 void InsertHelper(llvm::Instruction *I) const;
|
D | CGLoopInfo.cpp | 91 void LoopInfoStack::InsertHelper(Instruction *I) const { in InsertHelper() function in LoopInfoStack
|
D | CodeGenFunction.cpp | 1726 void CodeGenFunction::InsertHelper(llvm::Instruction *I, in InsertHelper() function in CodeGenFunction 1730 LoopStack.InsertHelper(I); in InsertHelper() 1736 void CGBuilderInserter<PreserveNames>::InsertHelper( in InsertHelper() function in CGBuilderInserter 1739 llvm::IRBuilderDefaultInserter<PreserveNames>::InsertHelper(I, Name, BB, in InsertHelper() 1742 CGF->InsertHelper(I, Name, BB, InsertPt); in InsertHelper() 1750 template void CGBuilderInserter<PreserveNames>::InsertHelper(
|
D | CodeGenFunction.h | 139 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 159 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB, in InsertHelper() function 161 IRBuilderDefaultInserter<true>::InsertHelper(I, Name, BB, InsertPt); in InsertHelper()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 42 void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function 556 this->InsertHelper(I, Name, BB, InsertPt);
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 107 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB, in InsertHelper() function in __anoncb5bdc8a0111::IRBuilderPrefixedInserter 109 IRBuilderDefaultInserter<preserveNames>::InsertHelper( in InsertHelper()
|