Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp660 auto &ActivePreds = LRI.getActiveBlocks(); in analyzeInstructionForSinking() local
661 unsigned InitialActivePredSize = ActivePreds.size(); in analyzeInstructionForSinking()
665 ActivePreds.remove(I->getParent()); in analyzeInstructionForSinking()
676 if (ActivePreds.size() != InitialActivePredSize) { in analyzeInstructionForSinking()
679 P.restrictToBlocks(ActivePreds); in analyzeInstructionForSinking()
683 LRI.restrictToBlocks(ActivePreds); in analyzeInstructionForSinking()
688 ModelledPHI NewPHI(NewInsts, ActivePreds); in analyzeInstructionForSinking()
718 ModelledPHI PHI(NewInsts, OpNum, ActivePreds); in analyzeInstructionForSinking()
744 Cand.NumBlocks = ActivePreds.size(); in analyzeInstructionForSinking()
746 for (auto *C : ActivePreds) in analyzeInstructionForSinking()