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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3487 BasicBlock *UserParent; local
3491 UserParent = PN->getIncomingBlock(*SingleUse);
3493 UserParent = UserInst->getParent();
3495 if (UserParent != BB) {
3498 bool ShouldSink = UserParent->getUniquePredecessor() == BB;
3506 auto *Term = UserParent->getTerminator();
3510 assert(DT.dominates(BB, UserParent) &&
3513 if (TryToSinkInstruction(I, UserParent)) {

Completed in 68 milliseconds