Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4412 BasicBlock *UserParent = nullptr; in run() local
4429 if (UserParent && UserParent != PN->getIncomingBlock(i)) in run()
4431 UserParent = PN->getIncomingBlock(i); in run()
4436 if (UserParent && UserParent != UserInst->getParent()) in run()
4438 UserParent = UserInst->getParent(); in run()
4446 if (UserParent == BB || !DT.isReachableFromEntry(UserParent)) in run()
4449 auto *Term = UserParent->getTerminator(); in run()
4468 if (!UserParent) in run()
4471 return UserParent; in run()
4476 auto *UserParent = *OptBB; in run() local
[all …]