Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp694 bool ShouldPush = (VD.Def || PossibleCopy); in renameUses() local
696 if (OutOfScope || ShouldPush) { in renameUses()
699 if (ShouldPush) { in renameUses()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp4005 bool ShouldPush = Def && EliminationStack.empty(); in eliminateInstructions() local
4009 if (OutOfScope || ShouldPush) { in eliminateInstructions()
4012 bool ShouldPush = Def && EliminationStack.empty(); in eliminateInstructions() local
4013 if (ShouldPush) { in eliminateInstructions()