Searched refs:InsertHelper (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.h | 229 void InsertHelper(llvm::Instruction *I) const;
|
| H A D | CodeGenFunction.cpp | 2530 void CodeGenFunction::InsertHelper(llvm::Instruction *I, in InsertHelper() function in CodeGenFunction 2534 LoopStack.InsertHelper(I); in InsertHelper() 2539 void CGBuilderInserter::InsertHelper( in InsertHelper() function in CGBuilderInserter 2542 llvm::IRBuilderDefaultInserter::InsertHelper(I, Name, BB, InsertPt); in InsertHelper() 2544 CGF->InsertHelper(I, Name, BB, InsertPt); in InsertHelper()
|
| H A D | CGBuilder.h | 32 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
|
| H A D | CGLoopInfo.cpp | 811 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,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 65 virtual void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function 85 void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function 88 IRBuilderDefaultInserter::InsertHelper(I, Name, BB, InsertPt); in InsertHelper() 146 Inserter.InsertHelper(I, Name, BB, InsertPt);
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 239 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB, in InsertHelper() function in __anon4aa1d6df0111::IRBuilderPrefixedInserter 241 IRBuilderDefaultInserter::InsertHelper(I, getNameWithPrefix(Name), BB, in InsertHelper()
|