Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3998 bool ShouldPush = Def && EliminationStack.empty(); in eliminateInstructions() local
4002 if (OutOfScope || ShouldPush) { in eliminateInstructions()
4005 bool ShouldPush = Def && EliminationStack.empty(); in eliminateInstructions() local
4006 if (ShouldPush) { in eliminateInstructions()