Searched refs:dominatesAllUses (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 342 bool dominatesAllUses(const Instruction *DI, const Instruction *UI,
|
D | InstCombineCompares.cpp | 2993 bool InstCombiner::dominatesAllUses(const Instruction *DI, in dominatesAllUses() function in InstCombiner 3087 if (Succ->getUniquePredecessor() && dominatesAllUses(SI, Icmp, Succ)) { in replacedSelectWithOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 418 bool dominatesAllUses(const Instruction *DI, const Instruction *UI,
|
D | InstCombineCompares.cpp | 4148 bool InstCombiner::dominatesAllUses(const Instruction *DI, in dominatesAllUses() function in InstCombiner 4240 if (Succ->getSinglePredecessor() && dominatesAllUses(SI, Icmp, Succ)) { in replacedSelectWithOperand()
|