Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2117 bool NotDone; in InlinePatternFragments() local
2151 NotDone = (IdxsIdx >= 0); in InlinePatternFragments()
2152 } while (NotDone); in InlinePatternFragments()
4530 bool NotDone; in CombineChildVariants() local
4580 NotDone = (IdxsIdx >= 0); in CombineChildVariants()
4581 } while (NotDone); in CombineChildVariants()