Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp411 bool IsContiguous = false; in emitLookupFunction() local
417 IsContiguous = true; in emitLookupFunction()
420 IsContiguous = false; in emitLookupFunction()
426 if (Index.EarlyOut || IsContiguous) { in emitLookupFunction()
439 if (IsContiguous && !Index.EarlyOut) { in emitLookupFunction()