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

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

Completed in 37 milliseconds