Lines Matching refs:InstrToDFSNum
837 unsigned InstrToDFSNum(const Value *V) const { in InstrToDFSNum() function in __anon46287ded0311::NewGVN
842 unsigned InstrToDFSNum(const MemoryAccess *MA) const { in InstrToDFSNum() function in __anon46287ded0311::NewGVN
855 ? InstrToDFSNum(cast<MemoryUseOrDef>(MA)->getMemoryInst()) in MemoryToDFSNum()
1804 InstrToDFSNum(AllSameValue) > InstrToDFSNum(I)) in performSymbolicPHIEvaluation()
2080 TouchedInstructions.set(InstrToDFSNum(Mapped)); in touchAndErase()
2095 TouchedInstructions.set(InstrToDFSNum(User)); in markUsersTouched()
2145 TouchedInstructions.set(InstrToDFSNum(I)); in markValueLeaderChangeTouched()
2156 auto DFSNum = InstrToDFSNum(X); in getMinDFSOfRange()
2269 NewClass->addPossibleNextLeader({I, InstrToDFSNum(I)}); in moveValueToNewCongruenceClass()
2471 TouchedInstructions.set(InstrToDFSNum(MemPhi)); in updateReachableEdge()
2590 InstrDFS[Op] = InstrToDFSNum(ExistingValue); in addPhiOfOps()
2681 unsigned IDFSNum = InstrToDFSNum(OrigInst); in findLeaderForInst()
2776 RevisitOnReachabilityChange[PHIBlock].reset(InstrToDFSNum(I)); in makePossiblePHIOfOps()
2832 RevisitOnReachabilityChange[PHIBlock].set(InstrToDFSNum(I)); in makePossiblePHIOfOps()
2871 RevisitOnReachabilityChange[PHIBlock].set(InstrToDFSNum(I)); in makePossiblePHIOfOps()
2927 if (InstrToDFSNum(UInst) != 0 && okayForPHIOfOps(UInst)) in initializeCongruenceClasses()
3299 if (InstrToDFSNum(I) == 0) in verifyIterationSettled()
3312 if (InstrToDFSNum(I) == 0) in verifyIterationSettled()
3616 VDDef.LocalNum = InstrToDFSNum(D); in convertClassToDFSOrdered()
3647 VDUse.LocalNum = InstrToDFSNum(I); in convertClassToDFSOrdered()
3692 VD.LocalNum = InstrToDFSNum(I); in convertClassToLoadsAndStores()
4180 unsigned Result = InstrToDFSNum(V); in getRank()