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 87 void SetInsertPoint(BasicBlock *TheBB) {
88 BB = TheBB;
103 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
104 BB = TheBB;
106 if (IP != TheBB->end())
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/
GenericDomTree.h 70 NodeT *TheBB;
88 NodeT *getBlock() const { return TheBB; }
95 : TheBB(BB), IDom(iDom), DFSNumIn(-1), DFSNumOut(-1) {}

Completed in 68 milliseconds