Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp696 bool ShouldPush = (VD.Def || PossibleCopy); in renameUses() local
698 if (OutOfScope || ShouldPush) { in renameUses()
701 if (ShouldPush) { in renameUses()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A 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()