Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3679 bool ShouldSink = UserParent->getUniquePredecessor() == BB; in run() local
3686 if (!ShouldSink) { in run()
3688 ShouldSink = isa<ReturnInst>(Term) || isa<UnreachableInst>(Term); in run()
3690 if (ShouldSink) { in run()