Lines Matching refs:CurrentBB
637 if (!E || !CurrentBB || E->block() || til::ThreadSafetyTIL::isTrivial(E)) in addStatement()
698 if (CurrE->block() == CurrentBB) { in makePhiNodeVar()
744 unsigned NPreds = CurrentBB->numPredecessors(); in mergeEntryMap()
784 unsigned NPreds = CurrentBB->numPredecessors(); in mergeEntryMapBackEdge()
825 CurrentBB = lookupBlock(&Cfg->getEntry()); in enterCFG()
844 CurrentBB = lookupBlock(B); in enterCFGBlock()
845 CurrentBB->reservePredecessors(B->pred_size()); in enterCFGBlock()
846 Scfg->add(CurrentBB); in enterCFGBlock()
858 CurrentBB->addPredecessor(BlockMap[Pred->getBlockID()]); in handlePredecessor()
877 CurrentBB->arguments().reserve( in enterCFGBlockBody()
880 CurrentBB->addArgument(A); in enterCFGBlockBody()
898 CurrentBB->instructions().reserve( in exitCFGBlockBody()
901 CurrentBB->addInstruction(V); in exitCFGBlockBody()
909 unsigned Idx = BB ? BB->findPredecessorIndex(CurrentBB) : 0; in exitCFGBlockBody()
911 CurrentBB->setTerminator(Tm); in exitCFGBlockBody()
920 CurrentBB->setTerminator(Tm); in exitCFGBlockBody()
937 CurrentBB = nullptr; in exitCFGBlock()