Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBuilder.h32 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
DCGLoopInfo.h104 void InsertHelper(llvm::Instruction *I) const;
DCGLoopInfo.cpp91 void LoopInfoStack::InsertHelper(Instruction *I) const { in InsertHelper() function in LoopInfoStack
DCodeGenFunction.cpp1726 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(
DCodeGenFunction.h139 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h159 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/
DIRBuilder.h42 void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function
556 this->InsertHelper(I, Name, BB, InsertPt);
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp107 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB, in InsertHelper() function in __anoncb5bdc8a0111::IRBuilderPrefixedInserter
109 IRBuilderDefaultInserter<preserveNames>::InsertHelper( in InsertHelper()