Searched refs:TheBB (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 84 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() argument 85 BB = TheBB; in SetInsertPoint() 100 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() argument 101 BB = TheBB; in SetInsertPoint() 512 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr) 513 : IRBuilderBase(TheBB->getContext(), FPMathTag), Folder(F) { 514 SetInsertPoint(TheBB); 517 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr) 518 : IRBuilderBase(TheBB->getContext(), FPMathTag), Folder() { 519 SetInsertPoint(TheBB); [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()
|