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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1941 Value *NotCmp = findLeader(Root.getEnd(), Num); local
1942 if (NotCmp && isa<Instruction>(NotCmp)) {
1945 ? replaceDominatedUsesWith(NotCmp, NotVal, *DT, Root)
1946 : replaceDominatedUsesWith(NotCmp, NotVal, *DT,
1950 // Cached information for anything that uses NotCmp will be invalid.
1952 MD->invalidateCachedPointerInfo(NotCmp);

Completed in 163 milliseconds