Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp670 auto &ActivePreds = LRI.getActiveBlocks(); in analyzeInstructionForSinking() local
671 unsigned InitialActivePredSize = ActivePreds.size(); in analyzeInstructionForSinking()
675 ActivePreds.remove(I->getParent()); in analyzeInstructionForSinking()
686 if (ActivePreds.size() != InitialActivePredSize) { in analyzeInstructionForSinking()
689 P.restrictToBlocks(ActivePreds); in analyzeInstructionForSinking()
693 LRI.restrictToBlocks(ActivePreds); in analyzeInstructionForSinking()
698 ModelledPHI NewPHI(NewInsts, ActivePreds); in analyzeInstructionForSinking()
735 ModelledPHI PHI(NewInsts, OpNum, ActivePreds); in analyzeInstructionForSinking()
761 Cand.NumBlocks = ActivePreds.size(); in analyzeInstructionForSinking()
763 append_range(Cand.Blocks, ActivePreds); in analyzeInstructionForSinking()