Searched refs:InsertBlock (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationPlanner.h | 77 VPInsertPoint(VPBasicBlock *InsertBlock, VPBasicBlock::iterator InsertPoint) in VPInsertPoint() argument 78 : Block(InsertBlock), Point(InsertPoint) {} in VPInsertPoint()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1163 BasicBlock *InsertBlock, in HandleByValArgumentInit() argument 1166 IRBuilder<> Builder(InsertBlock, InsertBlock->begin()); in HandleByValArgumentInit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1241 BasicBlock *InsertBlock, in HandleByValArgumentInit() argument 1244 IRBuilder<> Builder(InsertBlock, InsertBlock->begin()); in HandleByValArgumentInit()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1308 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/ |
D | llvm_ocaml.c | 1745 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/ |
D | llvm_ocaml.c | 1666 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/ |
D | IRBuilder.h | 137 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() argument 138 : Block(InsertBlock), Point(InsertPoint) {} in InsertPoint()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 159 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/ |
D | IRBuilder.h | 177 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() argument 178 : Block(InsertBlock), Point(InsertPoint) {} in InsertPoint()
|