Searched refs:ActivePreds (Results 1 – 1 of 1) sorted by relevance
710 auto &ActivePreds = LRI.getActiveBlocks(); in analyzeInstructionForSinking() local711 unsigned InitialActivePredSize = ActivePreds.size(); in analyzeInstructionForSinking()715 ActivePreds.remove(I->getParent()); in analyzeInstructionForSinking()726 if (ActivePreds.size() != InitialActivePredSize) { in analyzeInstructionForSinking()729 P.restrictToBlocks(ActivePreds); in analyzeInstructionForSinking()733 LRI.restrictToBlocks(ActivePreds); in analyzeInstructionForSinking()738 ModelledPHI NewPHI(NewInsts, ActivePreds, RPOTOrder); in analyzeInstructionForSinking()774 ModelledPHI PHI(NewInsts, OpNum, ActivePreds); in analyzeInstructionForSinking()800 Cand.NumBlocks = ActivePreds.size(); in analyzeInstructionForSinking()802 append_range(Cand.Blocks, ActivePreds); in analyzeInstructionForSinking()