Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp2187 bool NotDone; in InlinePatternFragments() local
2221 NotDone = (IdxsIdx >= 0); in InlinePatternFragments()
2222 } while (NotDone); in InlinePatternFragments()
4569 bool NotDone; in CombineChildVariants() local
4619 NotDone = (IdxsIdx >= 0); in CombineChildVariants()
4620 } while (NotDone); in CombineChildVariants()