Searched refs:ActivePreds (Results 1 – 1 of 1) sorted by relevance
626 auto &ActivePreds = LRI.getActiveBlocks(); in analyzeInstructionForSinking() local627 unsigned InitialActivePredSize = ActivePreds.size(); in analyzeInstructionForSinking()631 ActivePreds.remove(I->getParent()); in analyzeInstructionForSinking()642 if (ActivePreds.size() != InitialActivePredSize) { in analyzeInstructionForSinking()645 P.restrictToBlocks(ActivePreds); in analyzeInstructionForSinking()649 LRI.restrictToBlocks(ActivePreds); in analyzeInstructionForSinking()654 ModelledPHI NewPHI(NewInsts, ActivePreds, RPOTOrder); in analyzeInstructionForSinking()690 ModelledPHI PHI(NewInsts, OpNum, ActivePreds); in analyzeInstructionForSinking()716 Cand.NumBlocks = ActivePreds.size(); in analyzeInstructionForSinking()718 append_range(Cand.Blocks, ActivePreds); in analyzeInstructionForSinking()