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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3498 bool ShouldSink = UserParent->getUniquePredecessor() == BB; local
3505 if (!ShouldSink) {
3507 ShouldSink = isa<ReturnInst>(Term) || isa<UnreachableInst>(Term);
3509 if (ShouldSink) {

Completed in 122 milliseconds