Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp559 auto &LeavesA = LeafTable[A]; in EmitLeafTable() local
561 int DirA = LeavesA[0], DirB = LeavesB[0]; in EmitLeafTable()
566 if (LeavesA[1] == 0 && LeavesB[1] == 0) in EmitLeafTable()
568 return std::lexicographical_compare(&LeavesA[2], &LeavesA[2] + LeavesA[1], in EmitLeafTable()