Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp692 bool ShouldPush = (VD.Def || PossibleCopy); in renameUses() local
694 if (OutOfScope || ShouldPush) { in renameUses()
697 if (ShouldPush) { in renameUses()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp4010 bool ShouldPush = Def && EliminationStack.empty(); in eliminateInstructions() local
4014 if (OutOfScope || ShouldPush) { in eliminateInstructions()
4017 bool ShouldPush = Def && EliminationStack.empty(); in eliminateInstructions() local
4018 if (ShouldPush) { in eliminateInstructions()