Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp667 auto &ActivePreds = LRI.getActiveBlocks(); in analyzeInstructionForSinking() local
668 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()