Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DIRBuilder.h74 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() argument
75 BB = TheBB; in SetInsertPoint()
89 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() argument
90 BB = TheBB; in SetInsertPoint()
346 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = 0)
347 : IRBuilderBase(TheBB->getContext()), Folder(F),
349 SetInsertPoint(TheBB);
352 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = 0)
353 : IRBuilderBase(TheBB->getContext()), Folder(),
355 SetInsertPoint(TheBB);
[all …]
/external/llvm/include/llvm/Analysis/
DDominators.h65 NodeT *TheBB; variable
82 NodeT *getBlock() const { return TheBB; } in getBlock()
89 : TheBB(BB), IDom(iDom), DFSNumIn(-1), DFSNumOut(-1) { } in DomTreeNodeBase()