Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h342 bool dominatesAllUses(const Instruction *DI, const Instruction *UI,
DInstCombineCompares.cpp2993 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/
DInstCombineInternal.h418 bool dominatesAllUses(const Instruction *DI, const Instruction *UI,
DInstCombineCompares.cpp4148 bool InstCombiner::dominatesAllUses(const Instruction *DI, in dominatesAllUses() function in InstCombiner
4240 if (Succ->getSinglePredecessor() && dominatesAllUses(SI, Icmp, Succ)) { in replacedSelectWithOperand()