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.cpp2112 bool NotDone; in InlinePatternFragments() local
2146 NotDone = (IdxsIdx >= 0); in InlinePatternFragments()
2147 } while (NotDone); in InlinePatternFragments()
4533 bool NotDone; in CombineChildVariants() local
4583 NotDone = (IdxsIdx >= 0); in CombineChildVariants()
4584 } while (NotDone); in CombineChildVariants()