Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h180 unsigned runDFS(NodePtr V, unsigned LastNum, DescendCondition Condition,
193 BBInfo.DFSNum = BBInfo.Semi = ++LastNum;
220 SuccInfo.Parent = LastNum;
225 return LastNum;
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp83 void insert(const GepNode *N) { Map.insert(std::make_pair(N, ++LastNum)); } in insert()
94 unsigned LastNum = 0; member