Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2074 bool NotDone; in InlinePatternFragments() local
2106 NotDone = (IdxsIdx >= 0); in InlinePatternFragments()
2107 } while (NotDone); in InlinePatternFragments()
4447 bool NotDone; in CombineChildVariants() local
4495 NotDone = (IdxsIdx >= 0); in CombineChildVariants()
4496 } while (NotDone); in CombineChildVariants()