Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp4042 bool ShouldPush = Def && EliminationStack.empty(); in eliminateInstructions() local
4046 if (OutOfScope || ShouldPush) { in eliminateInstructions()
4049 bool ShouldPush = Def && EliminationStack.empty(); in eliminateInstructions() local
4050 if (ShouldPush) { in eliminateInstructions()