Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3323 BasicBlock *UserParent; in run() local
3327 UserParent = PN->getIncomingBlock(*I->use_begin()); in run()
3329 UserParent = UserInst->getParent(); in run()
3331 if (UserParent != BB) { in run()
3335 if (*SI == UserParent) { in run()
3343 if (UserIsSuccessor && UserParent->getUniquePredecessor()) { in run()
3345 if (TryToSinkInstruction(I, UserParent)) { in run()