Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp664 auto &ActivePreds = LRI.getActiveBlocks(); in analyzeInstructionForSinking() local
665 unsigned InitialActivePredSize = ActivePreds.size(); in analyzeInstructionForSinking()
669 ActivePreds.remove(I->getParent()); in analyzeInstructionForSinking()
680 if (ActivePreds.size() != InitialActivePredSize) { in analyzeInstructionForSinking()
683 P.restrictToBlocks(ActivePreds); in analyzeInstructionForSinking()
687 LRI.restrictToBlocks(ActivePreds); in analyzeInstructionForSinking()
692 ModelledPHI NewPHI(NewInsts, ActivePreds); in analyzeInstructionForSinking()
729 ModelledPHI PHI(NewInsts, OpNum, ActivePreds); in analyzeInstructionForSinking()
755 Cand.NumBlocks = ActivePreds.size(); in analyzeInstructionForSinking()
757 append_range(Cand.Blocks, ActivePreds); in analyzeInstructionForSinking()