Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp709 bool ShouldPush = (VD.Def || PossibleCopy); in renameUses() local
711 if (OutOfScope || ShouldPush) { in renameUses()
714 if (ShouldPush) { in renameUses()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3968 bool ShouldPush = Def && EliminationStack.empty(); in eliminateInstructions() local
3972 if (OutOfScope || ShouldPush) { in eliminateInstructions()
3975 bool ShouldPush = Def && EliminationStack.empty(); in eliminateInstructions() local
3976 if (ShouldPush) { in eliminateInstructions()