HomeSort by: relevance | last modified time | path
    Searched refs:InsertHelper (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGLoopInfo.h 229 void InsertHelper(llvm::Instruction *I) const;
CGBuilder.h 23 /// CodeGenFunction::InsertHelper, which adds necessary metadata to
30 /// This forwards to CodeGenFunction::InsertHelper.
31 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
CodeGenFunction.cpp 2416 void CodeGenFunction::InsertHelper(llvm::Instruction *I,
2420 LoopStack.InsertHelper(I);
2425 void CGBuilderInserter::InsertHelper(
2428 llvm::IRBuilderDefaultInserter::InsertHelper(I, Name, BB, InsertPt);
2430 CGF->InsertHelper(I, Name, BB, InsertPt);
CGLoopInfo.cpp 810 void LoopInfoStack::InsertHelper(Instruction *I) const {
CodeGenFunction.h 315 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 59 /// 'InsertHelper' method that is called whenever an instruction is created by
67 virtual void InsertHelper(Instruction *I, const Twine &Name,
75 /// Provides an 'InsertHelper' that calls a user-provided callback after
86 void InsertHelper(Instruction *I, const Twine &Name,
89 IRBuilderDefaultInserter::InsertHelper(I, Name, BB, InsertPt);
150 Inserter.InsertHelper(I, Name, BB, InsertPt);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SROA.cpp 132 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB,
134 IRBuilderDefaultInserter::InsertHelper(I, getNameWithPrefix(Name), BB,

Completed in 88 milliseconds