Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1729 bool AllUseless = true; in filterProcessor() local
1736 AllUseless = false; in filterProcessor()
1744 if (!AllUseless) in filterProcessor()
1747 return !AllUseless; in filterProcessor()