Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp872 unsigned InstrToDFSNum(const Value *V) const { in InstrToDFSNum() function in __anonccb5b2130211::NewGVN
877 unsigned InstrToDFSNum(const MemoryAccess *MA) const { in InstrToDFSNum() function in __anonccb5b2130211::NewGVN
890 ? InstrToDFSNum(cast<MemoryUseOrDef>(MA)->getMemoryInst()) in MemoryToDFSNum()
1776 InstrToDFSNum(AllSameValue) > InstrToDFSNum(I)) in performSymbolicPHIEvaluation()
2024 TouchedInstructions.set(InstrToDFSNum(Mapped)); in touchAndErase()
2053 TouchedInstructions.set(InstrToDFSNum(User)); in markUsersTouched()
2091 TouchedInstructions.set(InstrToDFSNum(I)); in markValueLeaderChangeTouched()
2102 auto DFSNum = InstrToDFSNum(X); in getMinDFSOfRange()
2215 NewClass->addPossibleNextLeader({I, InstrToDFSNum(I)}); in moveValueToNewCongruenceClass()
2417 TouchedInstructions.set(InstrToDFSNum(MemPhi)); in updateReachableEdge()
[all …]