Lines Matching refs:CurrentBB
675 if (!E || !CurrentBB || E->block() || til::ThreadSafetyTIL::isTrivial(E)) in addStatement()
736 if (CurrE->block() == CurrentBB) { in makePhiNodeVar()
782 unsigned NPreds = CurrentBB->numPredecessors(); in mergeEntryMap()
822 unsigned NPreds = CurrentBB->numPredecessors(); in mergeEntryMapBackEdge()
863 CurrentBB = lookupBlock(&Cfg->getEntry()); in enterCFG()
882 CurrentBB = lookupBlock(B); in enterCFGBlock()
883 CurrentBB->reservePredecessors(B->pred_size()); in enterCFGBlock()
884 Scfg->add(CurrentBB); in enterCFGBlock()
896 CurrentBB->addPredecessor(BlockMap[Pred->getBlockID()]); in handlePredecessor()
915 CurrentBB->arguments().reserve( in enterCFGBlockBody()
918 CurrentBB->addArgument(A); in enterCFGBlockBody()
936 CurrentBB->instructions().reserve( in exitCFGBlockBody()
939 CurrentBB->addInstruction(V); in exitCFGBlockBody()
947 unsigned Idx = BB ? BB->findPredecessorIndex(CurrentBB) : 0; in exitCFGBlockBody()
949 CurrentBB->setTerminator(Tm); in exitCFGBlockBody()
958 CurrentBB->setTerminator(Tm); in exitCFGBlockBody()
975 CurrentBB = nullptr; in exitCFGBlock()