reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/NewGVN.cpp
  856                ? InstrToDFSNum(cast<MemoryUseOrDef>(MA)->getMemoryInst())
 1808         InstrToDFSNum(AllSameValue) > InstrToDFSNum(I))
 1808         InstrToDFSNum(AllSameValue) > InstrToDFSNum(I))
 2060       TouchedInstructions.set(InstrToDFSNum(Mapped));
 2075     TouchedInstructions.set(InstrToDFSNum(User));
 2125       TouchedInstructions.set(InstrToDFSNum(I));
 2136     auto DFSNum = InstrToDFSNum(X);
 2249     NewClass->addPossibleNextLeader({I, InstrToDFSNum(I)});
 2564   InstrDFS[Op] = InstrToDFSNum(ExistingValue);
 2655   unsigned IDFSNum = InstrToDFSNum(OrigInst);
 2750   RevisitOnReachabilityChange[PHIBlock].reset(InstrToDFSNum(I));
 2806       RevisitOnReachabilityChange[PHIBlock].set(InstrToDFSNum(I));
 2845   RevisitOnReachabilityChange[PHIBlock].set(InstrToDFSNum(I));
 2901             if (InstrToDFSNum(UInst) != 0 && okayForPHIOfOps(UInst))
 3273       if (InstrToDFSNum(I) == 0)
 3286       if (InstrToDFSNum(I) == 0)
 3590     VDDef.LocalNum = InstrToDFSNum(D);
 3621           VDUse.LocalNum = InstrToDFSNum(I);
 3666       VD.LocalNum = InstrToDFSNum(I);
 4154   unsigned Result = InstrToDFSNum(V);