Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1929 bool NotDone; in InlinePatternFragments() local
1961 NotDone = (IdxsIdx >= 0); in InlinePatternFragments()
1962 } while (NotDone); in InlinePatternFragments()
4287 bool NotDone; in CombineChildVariants() local
4335 NotDone = (IdxsIdx >= 0); in CombineChildVariants()
4336 } while (NotDone); in CombineChildVariants()