Searched refs:ActivePreds (Results 1 – 1 of 1) sorted by relevance
660 auto &ActivePreds = LRI.getActiveBlocks(); in analyzeInstructionForSinking() local661 unsigned InitialActivePredSize = ActivePreds.size(); in analyzeInstructionForSinking()665 ActivePreds.remove(I->getParent()); in analyzeInstructionForSinking()676 if (ActivePreds.size() != InitialActivePredSize) { in analyzeInstructionForSinking()679 P.restrictToBlocks(ActivePreds); in analyzeInstructionForSinking()683 LRI.restrictToBlocks(ActivePreds); in analyzeInstructionForSinking()688 ModelledPHI NewPHI(NewInsts, ActivePreds); in analyzeInstructionForSinking()718 ModelledPHI PHI(NewInsts, OpNum, ActivePreds); in analyzeInstructionForSinking()744 Cand.NumBlocks = ActivePreds.size(); in analyzeInstructionForSinking()746 for (auto *C : ActivePreds) in analyzeInstructionForSinking()