Lines Matching refs:CurrentBB
663 if (!E || !CurrentBB || E->block() || til::ThreadSafetyTIL::isTrivial(E)) in addStatement()
724 if (CurrE->block() == CurrentBB) { in makePhiNodeVar()
770 unsigned NPreds = CurrentBB->numPredecessors(); in mergeEntryMap()
810 unsigned NPreds = CurrentBB->numPredecessors(); in mergeEntryMapBackEdge()
851 CurrentBB = lookupBlock(&Cfg->getEntry()); in enterCFG()
870 CurrentBB = lookupBlock(B); in enterCFGBlock()
871 CurrentBB->reservePredecessors(B->pred_size()); in enterCFGBlock()
872 Scfg->add(CurrentBB); in enterCFGBlock()
884 CurrentBB->addPredecessor(BlockMap[Pred->getBlockID()]); in handlePredecessor()
903 CurrentBB->arguments().reserve( in enterCFGBlockBody()
906 CurrentBB->addArgument(A); in enterCFGBlockBody()
924 CurrentBB->instructions().reserve( in exitCFGBlockBody()
927 CurrentBB->addInstruction(V); in exitCFGBlockBody()
935 unsigned Idx = BB ? BB->findPredecessorIndex(CurrentBB) : 0; in exitCFGBlockBody()
937 CurrentBB->setTerminator(Tm); in exitCFGBlockBody()
946 CurrentBB->setTerminator(Tm); in exitCFGBlockBody()
963 CurrentBB = nullptr; in exitCFGBlock()