Searched refs:InsertHelper (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.h | 229 void InsertHelper(llvm::Instruction *I) const;
|
| H A D | CodeGenFunction.cpp | 2416 void CodeGenFunction::InsertHelper(llvm::Instruction *I, in InsertHelper() function in CodeGenFunction 2420 LoopStack.InsertHelper(I); in InsertHelper() 2425 void CGBuilderInserter::InsertHelper( in InsertHelper() function in CGBuilderInserter 2428 llvm::IRBuilderDefaultInserter::InsertHelper(I, Name, BB, InsertPt); in InsertHelper() 2430 CGF->InsertHelper(I, Name, BB, InsertPt); in InsertHelper()
|
| H A D | CGBuilder.h | 31 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
|
| H A D | CGLoopInfo.cpp | 810 void LoopInfoStack::InsertHelper(Instruction *I) const { in InsertHelper() function in LoopInfoStack
|
| H A D | CodeGenFunction.h | 315 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 67 virtual void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function 86 void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function 89 IRBuilderDefaultInserter::InsertHelper(I, Name, BB, InsertPt); in InsertHelper() 150 Inserter.InsertHelper(I, Name, BB, InsertPt);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 132 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB, in InsertHelper() function in __anon416367130111::IRBuilderPrefixedInserter 134 IRBuilderDefaultInserter::InsertHelper(I, getNameWithPrefix(Name), BB, in InsertHelper()
|