Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.h229 void InsertHelper(llvm::Instruction *I) const;
H A DCodeGenFunction.cpp2416 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 DCGBuilder.h31 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
H A DCGLoopInfo.cpp810 void LoopInfoStack::InsertHelper(Instruction *I) const { in InsertHelper() function in LoopInfoStack
H A DCodeGenFunction.h315 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h67 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 DSROA.cpp132 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB, in InsertHelper() function in __anon416367130111::IRBuilderPrefixedInserter
134 IRBuilderDefaultInserter::InsertHelper(I, getNameWithPrefix(Name), BB, in InsertHelper()