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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2400 bool UserIsSuccessor = false; local
2404 UserIsSuccessor = true;
2411 if (UserIsSuccessor && UserParent->getSinglePredecessor())

Completed in 63 milliseconds