Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp1978 bool UserIsSuccessor = false; in DoOneIteration() local
1982 UserIsSuccessor = true; in DoOneIteration()
1989 if (UserIsSuccessor && UserParent->getSinglePredecessor()) in DoOneIteration()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2824 bool UserIsSuccessor = false; in run() local
2828 UserIsSuccessor = true; in run()
2835 if (UserIsSuccessor && UserParent->getSinglePredecessor()) { in run()