Searched refs:FrontierBB (Results 1 – 2 of 2) sorted by relevance
152 for (auto *FrontierBB : IDFBlocks) { in RewriteAllUses() local153 IRBuilder<> B(FrontierBB, FrontierBB->begin()); in RewriteAllUses()155 R.Defines[FrontierBB] = PN; in RewriteAllUses()
1000 BinaryBasicBlock *FrontierBB = Info.getParentBB(PP); in doRestorePlacement() local1001 CritEdgesFrom.emplace_back(FrontierBB); in doRestorePlacement()1010 doForAllSuccs(*FrontierBB, [&](ProgramPoint P) { in doRestorePlacement()1237 BinaryBasicBlock *FrontierBB = Info.getParentBB(PP); in scheduleSaveRestoreInsertions() local1246 FrontierBB->getTerminatorBefore(PP.isInst() ? PP.getInst() : nullptr); in scheduleSaveRestoreInsertions()1251 auto Iter = FrontierBB->findInstruction(PP.getInst()); in scheduleSaveRestoreInsertions()1252 if (Iter != FrontierBB->end() && Iter != FrontierBB->begin()) { in scheduleSaveRestoreInsertions()