Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp656 bool ShouldPush = (VD.Def || PossibleCopy); in renameUses() local
658 if (OutOfScope || ShouldPush) { in renameUses()
661 if (ShouldPush) { in renameUses()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp4041 bool ShouldPush = Def && EliminationStack.empty(); in eliminateInstructions() local
4045 if (OutOfScope || ShouldPush) { in eliminateInstructions()
4048 bool ShouldPush = Def && EliminationStack.empty(); in eliminateInstructions() local
4049 if (ShouldPush) { in eliminateInstructions()