Searched refs:TheBB (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DIRBuilder.h79 void SetInsertPoint(BasicBlock *TheBB) { argument
80 BB = TheBB;
95 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { argument
96 BB = TheBB;
370 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = 0) argument
371 : IRBuilderBase(TheBB->getContext()), Folder(F),
373 SetInsertPoint(TheBB);
376 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = 0) argument
377 : IRBuilderBase(TheBB->getContext()), Folder(),
379 SetInsertPoint(TheBB);
396 IRBuilder(BasicBlock *TheBB, BasicBlock::iterator IP, const T& F, MDNode *FPMathTag = 0) argument
403 IRBuilder(BasicBlock *TheBB, BasicBlock::iterator IP, MDNode *FPMathTag = 0) argument
[all...]
/external/llvm/include/llvm/Analysis/
H A DDominators.h65 NodeT *TheBB; member in class:llvm::DomTreeNodeBase
82 NodeT *getBlock() const { return TheBB; }
89 : TheBB(BB), IDom(iDom), DFSNumIn(-1), DFSNumOut(-1) { }

Completed in 124 milliseconds