Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2132 bool NotDone; in InlinePatternFragments() local
2164 NotDone = (IdxsIdx >= 0); in InlinePatternFragments()
2165 } while (NotDone); in InlinePatternFragments()
4524 bool NotDone; in CombineChildVariants() local
4572 NotDone = (IdxsIdx >= 0); in CombineChildVariants()
4573 } while (NotDone); in CombineChildVariants()