Home
last modified time | relevance | path

Searched refs:InstrToDFSNum (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp762 LeaderDFS = InstrToDFSNum(I); in createCongruenceClass()
898 unsigned InstrToDFSNum(const Value *V) const { in InstrToDFSNum() function in __anonb3555ec80211::NewGVN
903 unsigned InstrToDFSNum(const MemoryAccess *MA) const { in InstrToDFSNum() function in __anonb3555ec80211::NewGVN
916 ? InstrToDFSNum(cast<MemoryUseOrDef>(MA)->getMemoryInst()) in MemoryToDFSNum()
1860 InstrToDFSNum(AllSameValue) > InstrToDFSNum(I)) in performSymbolicPHIEvaluation()
2094 TouchedInstructions.set(InstrToDFSNum(Mapped)); in touchAndErase()
2123 TouchedInstructions.set(InstrToDFSNum(User)); in markUsersTouched()
2161 TouchedInstructions.set(InstrToDFSNum(I)); in markValueLeaderChangeTouched()
2172 auto DFSNum = InstrToDFSNum(X); in getMinDFSOfRange()
2287 NewClass->addPossibleLeader({I, InstrToDFSNum(I)})) { in moveValueToNewCongruenceClass()
[all …]