HomeSort by relevance Sort by last modified time
    Searched refs:LastNum (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 216 unsigned runDFS(NodePtr V, unsigned LastNum, DescendCondition Condition,
228 BBInfo.DFSNum = BBInfo.Semi = ++LastNum;
249 SuccInfo.Parent = LastNum;
254 return LastNum;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 63 NodeOrdering() : LastNum(0) {}
65 void insert(const GepNode *N) { Map.insert(std::make_pair(N, ++LastNum)); }
76 unsigned LastNum;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 82 void insert(const GepNode *N) { Map.insert(std::make_pair(N, ++LastNum)); }
93 unsigned LastNum = 0;
    [all...]

Completed in 84 milliseconds