Searched refs:TheBB (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 87 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() argument 88 BB = TheBB; in SetInsertPoint() 103 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() argument 104 BB = TheBB; in SetInsertPoint() 106 if (IP != TheBB->end()) in SetInsertPoint() 548 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr) 549 : IRBuilderBase(TheBB->getContext(), FPMathTag), Folder(F) { 550 SetInsertPoint(TheBB); 553 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr) 554 : IRBuilderBase(TheBB->getContext(), FPMathTag), Folder() { [all …]
|
/external/llvm/include/llvm/Support/ |
D | GenericDomTree.h | 70 NodeT *TheBB; variable 88 NodeT *getBlock() const { return TheBB; } in getBlock() 95 : TheBB(BB), IDom(iDom), DFSNumIn(-1), DFSNumOut(-1) {} in DomTreeNodeBase()
|