Home
last modified time | relevance | path

Searched refs:InsertBlock (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h77 VPInsertPoint(VPBasicBlock *InsertBlock, VPBasicBlock::iterator InsertPoint) in VPInsertPoint() argument
78 : Block(InsertBlock), Point(InsertPoint) {} in VPInsertPoint()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1163 BasicBlock *InsertBlock, in HandleByValArgumentInit() argument
1166 IRBuilder<> Builder(InsertBlock, InsertBlock->begin()); in HandleByValArgumentInit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1241 BasicBlock *InsertBlock, in HandleByValArgumentInit() argument
1244 IRBuilder<> Builder(InsertBlock, InsertBlock->begin()); in HandleByValArgumentInit()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1308 LLVMBasicBlockRef InsertBlock = LLVMGetInsertBlock(Builder_val(B)); in llvm_insertion_block() local
1309 if (!InsertBlock) in llvm_insertion_block()
1311 return InsertBlock; in llvm_insertion_block()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1745 LLVMBasicBlockRef InsertBlock = LLVMGetInsertBlock(Builder_val(B)); in llvm_insertion_block() local
1746 if (!InsertBlock) in llvm_insertion_block()
1748 return InsertBlock; in llvm_insertion_block()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1666 LLVMBasicBlockRef InsertBlock = LLVMGetInsertBlock(Builder_val(B)); in llvm_insertion_block() local
1667 if (!InsertBlock) in llvm_insertion_block()
1669 return InsertBlock; in llvm_insertion_block()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h137 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() argument
138 : Block(InsertBlock), Point(InsertPoint) {} in InsertPoint()
/external/llvm/include/llvm/IR/
DIRBuilder.h159 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() argument
160 : Block(InsertBlock), Point(InsertPoint) {} in InsertPoint()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h177 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() argument
178 : Block(InsertBlock), Point(InsertPoint) {} in InsertPoint()