Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1777 bool SubstitutedAny; in inferFromRW() local
1779 SubstitutedAny = false; in inferFromRW()
1782 SubstitutedAny |= Transitions.substituteVariants(Trans); in inferFromRW()
1785 } while (SubstitutedAny); in inferFromRW()