Home
last modified time | relevance | path

Searched refs:UserIsSuccessor (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.cpp3332 bool UserIsSuccessor = false; in run() local
3336 UserIsSuccessor = true; in run()
3343 if (UserIsSuccessor && UserParent->getUniquePredecessor()) { in run()