Searched refs:InsertHelper (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombine.h | 64 void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function 66 IRBuilderDefaultInserter<true>::InsertHelper(I, Name, BB, InsertPt); in InsertHelper()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 40 void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function 434 this->InsertHelper(I, Name, BB, InsertPt);
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 88 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB, in InsertHelper() function in __anon46f6f7340111::IRBuilderPrefixedInserter 90 IRBuilderDefaultInserter<preserveNames>::InsertHelper( in InsertHelper()
|