Searched refs:ActivePreds (Results 1 – 1 of 1) sorted by relevance
669 auto &ActivePreds = LRI.getActiveBlocks(); in analyzeInstructionForSinking() local670 unsigned InitialActivePredSize = ActivePreds.size(); in analyzeInstructionForSinking()674 ActivePreds.remove(I->getParent()); in analyzeInstructionForSinking()685 if (ActivePreds.size() != InitialActivePredSize) { in analyzeInstructionForSinking()688 P.restrictToBlocks(ActivePreds); in analyzeInstructionForSinking()692 LRI.restrictToBlocks(ActivePreds); in analyzeInstructionForSinking()697 ModelledPHI NewPHI(NewInsts, ActivePreds); in analyzeInstructionForSinking()734 ModelledPHI PHI(NewInsts, OpNum, ActivePreds); in analyzeInstructionForSinking()760 Cand.NumBlocks = ActivePreds.size(); in analyzeInstructionForSinking()762 append_range(Cand.Blocks, ActivePreds); in analyzeInstructionForSinking()