Home
last modified time | relevance | path

Searched refs:ActivePreds (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp669 auto &ActivePreds = LRI.getActiveBlocks(); in analyzeInstructionForSinking() local
670 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()