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

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2189 Value *NotCmp = findLeader(Root.getEnd(), Num); local
2190 if (NotCmp && isa<Instruction>(NotCmp)) {
2192 replaceAllDominatedUsesWith(NotCmp, NotVal, Root);

Completed in 286 milliseconds