Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp871 unsigned InstrToDFSNum(const Value *V) const { in InstrToDFSNum() function in __anon1f4f44df0211::NewGVN
876 unsigned InstrToDFSNum(const MemoryAccess *MA) const { in InstrToDFSNum() function in __anon1f4f44df0211::NewGVN
889 ? InstrToDFSNum(cast<MemoryUseOrDef>(MA)->getMemoryInst()) in MemoryToDFSNum()
1806 InstrToDFSNum(AllSameValue) > InstrToDFSNum(I)) in performSymbolicPHIEvaluation()
2054 TouchedInstructions.set(InstrToDFSNum(Mapped)); in touchAndErase()
2083 TouchedInstructions.set(InstrToDFSNum(User)); in markUsersTouched()
2121 TouchedInstructions.set(InstrToDFSNum(I)); in markValueLeaderChangeTouched()
2132 auto DFSNum = InstrToDFSNum(X); in getMinDFSOfRange()
2245 NewClass->addPossibleNextLeader({I, InstrToDFSNum(I)}); in moveValueToNewCongruenceClass()
2447 TouchedInstructions.set(InstrToDFSNum(MemPhi)); in updateReachableEdge()
[all …]