Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4198 BasicBlock *UserParent = nullptr; in run() local
4215 if (UserParent && UserParent != PN->getIncomingBlock(i)) in run()
4217 UserParent = PN->getIncomingBlock(i); in run()
4222 if (UserParent && UserParent != UserInst->getParent()) in run()
4224 UserParent = UserInst->getParent(); in run()
4232 if (UserParent == BB || !DT.isReachableFromEntry(UserParent)) in run()
4235 auto *Term = UserParent->getTerminator(); in run()
4254 if (!UserParent) in run()
4257 return UserParent; in run()
4262 auto *UserParent = *OptBB; in run() local
[all …]