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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGLoopInfo.cpp 810 void LoopInfoStack::InsertHelper(Instruction *I) const {
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);
  /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);

Completed in 66 milliseconds