Searched refs:ActivePreds (Results 1 – 1 of 1) sorted by relevance
667 auto &ActivePreds = LRI.getActiveBlocks(); in analyzeInstructionForSinking() local668 unsigned InitialActivePredSize = ActivePreds.size(); in analyzeInstructionForSinking()672 ActivePreds.remove(I->getParent()); in analyzeInstructionForSinking()683 if (ActivePreds.size() != InitialActivePredSize) { in analyzeInstructionForSinking()686 P.restrictToBlocks(ActivePreds); in analyzeInstructionForSinking()690 LRI.restrictToBlocks(ActivePreds); in analyzeInstructionForSinking()695 ModelledPHI NewPHI(NewInsts, ActivePreds); in analyzeInstructionForSinking()732 ModelledPHI PHI(NewInsts, OpNum, ActivePreds); in analyzeInstructionForSinking()758 Cand.NumBlocks = ActivePreds.size(); in analyzeInstructionForSinking()760 append_range(Cand.Blocks, ActivePreds); in analyzeInstructionForSinking()