HomeSort by relevance Sort by last modified time
    Searched refs:TheBB (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
IRBuilder.h 79 void SetInsertPoint(BasicBlock *TheBB) {
80 BB = TheBB;
95 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
96 BB = TheBB;
370 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = 0)
371 : IRBuilderBase(TheBB->getContext()), Folder(F),
373 SetInsertPoint(TheBB);
376 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = 0)
377 : IRBuilderBase(TheBB->getContext()), Folder(),
379 SetInsertPoint(TheBB);
    [all...]
  /external/llvm/include/llvm/Analysis/
Dominators.h 65 NodeT *TheBB;
82 NodeT *getBlock() const { return TheBB; }
89 : TheBB(BB), IDom(iDom), DFSNumIn(-1), DFSNumOut(-1) { }

Completed in 732 milliseconds