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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGLoopInfo.h229 void InsertHelper(llvm::Instruction *I) const;
H A DCGBuilder.h24 /// CodeGenFunction::InsertHelper, which adds necessary metadata to
31 /// This forwards to CodeGenFunction::InsertHelper.
32 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
H A DCodeGenFunction.cpp2530 void CodeGenFunction::InsertHelper(llvm::Instruction *I, function in class:CodeGenFunction
2534 LoopStack.InsertHelper(I);
2539 void CGBuilderInserter::InsertHelper( function in class:CGBuilderInserter
2542 llvm::IRBuilderDefaultInserter::InsertHelper(I, Name, BB, InsertPt);
2544 CGF->InsertHelper(I, Name, BB, InsertPt);
H A DCGLoopInfo.cpp811 void LoopInfoStack::InsertHelper(Instruction *I) const { function in class:LoopInfoStack
H A DCodeGenFunction.h315 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DIRBuilder.h57 /// 'InsertHelper' method that is called whenever an instruction is created by
65 virtual void InsertHelper(Instruction *I, const Twine &Name, function in class:llvm::IRBuilderDefaultInserter
74 /// Provides an 'InsertHelper' that calls a user-provided callback after
85 void InsertHelper(Instruction *I, const Twine &Name,
88 IRBuilderDefaultInserter::InsertHelper(I, Name, BB, InsertPt);
146 Inserter.InsertHelper(I, Name, BB, InsertPt);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp239 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB,
241 IRBuilderDefaultInserter::InsertHelper(I, getNameWithPrefix(Name), BB,

Completed in 228 milliseconds