Home
last modified time | relevance | path

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

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