Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1763 bool AllUseless = true; in filterProcessor() local
1770 AllUseless = false; in filterProcessor()
1778 if (!AllUseless) in filterProcessor()
1781 return !AllUseless; in filterProcessor()