Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h66 unsigned DFSNum = 0; member
192 if (BBInfo.DFSNum != 0) continue;
193 BBInfo.DFSNum = BBInfo.Semi = ++LastNum;
209 if (SIT != NodeToInfo.end() && SIT->second.DFSNum != 0) {
310 const unsigned SDomNum = NodeToInfo[NumToNode[WInfo.Semi]].DFSNum;
312 while (NodeToInfo[WIDomCandidate].DFSNum > SDomNum)
329 BBInfo.DFSNum = BBInfo.Semi = 1; in addVirtualRoot()
DGenericDomTree.h768 unsigned DFSNum = 0;
769 ThisRoot->DFSNumIn = DFSNum++;
778 Node->DFSNumOut = DFSNum++;
786 Child->DFSNumIn = DFSNum++;
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DNewGVN.cpp207 Root[I] = ++DFSNum; in FindSCC()
209 unsigned int OurDFS = DFSNum; in FindSCC()
245 unsigned int DFSNum = 1; member
880 Value *InstrFromDFSNum(unsigned DFSNum) { return DFSToInstr[DFSNum]; } in InstrFromDFSNum() argument
2132 auto DFSNum = InstrToDFSNum(X);
2133 if (DFSNum < MinDFS.second)
2134 MinDFS = {X, DFSNum};