Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h179 unsigned runDFS(NodePtr V, unsigned LastNum, DescendCondition Condition,
194 BBInfo.DFSNum = BBInfo.Semi = BBInfo.Label = ++LastNum;
208 WorkList.push_back({Succ, LastNum});
212 return LastNum;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp83 void insert(const GepNode *N) { Map.insert(std::make_pair(N, ++LastNum)); } in insert()
94 unsigned LastNum = 0; member