Searched refs:ActivePreds (Results 1 – 1 of 1) sorted by relevance
664 auto &ActivePreds = LRI.getActiveBlocks(); in analyzeInstructionForSinking() local665 unsigned InitialActivePredSize = ActivePreds.size(); in analyzeInstructionForSinking()669 ActivePreds.remove(I->getParent()); in analyzeInstructionForSinking()680 if (ActivePreds.size() != InitialActivePredSize) { in analyzeInstructionForSinking()683 P.restrictToBlocks(ActivePreds); in analyzeInstructionForSinking()687 LRI.restrictToBlocks(ActivePreds); in analyzeInstructionForSinking()692 ModelledPHI NewPHI(NewInsts, ActivePreds); in analyzeInstructionForSinking()729 ModelledPHI PHI(NewInsts, OpNum, ActivePreds); in analyzeInstructionForSinking()755 Cand.NumBlocks = ActivePreds.size(); in analyzeInstructionForSinking()757 append_range(Cand.Blocks, ActivePreds); in analyzeInstructionForSinking()