Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp701 bool ShouldPush = (VD.Def || PossibleCopy); in renameUses() local
703 if (OutOfScope || ShouldPush) { in renameUses()
706 if (ShouldPush) { in renameUses()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp4000 bool ShouldPush = Def && EliminationStack.empty(); in eliminateInstructions() local
4004 if (OutOfScope || ShouldPush) { in eliminateInstructions()
4007 bool ShouldPush = Def && EliminationStack.empty(); in eliminateInstructions() local
4008 if (ShouldPush) { in eliminateInstructions()