Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DDirectiveEmitter.cpp669 DenseSet<int> EndDirectives; in emitLeafTable() local
675 EndDirectives.insert(Id); in emitLeafTable()
688 bool IsEndA = EndDirectives.contains(DirA); in emitLeafTable()
689 bool IsEndB = EndDirectives.contains(DirB); in emitLeafTable()
729 return EndDirectives.contains(LeafTable[RowIdx][0]); in emitLeafTable()