HomeSort by relevance Sort by last modified time
    Searched refs:InsertBlock (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 328 BasicBlock *InsertBlock,
335 IRBuilder<> builder(InsertBlock->begin());
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 146 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint)
147 : Block(InsertBlock), Point(InsertPoint) {}
    [all...]

Completed in 667 milliseconds