Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1794 bool SubstitutedAny; in inferFromRW() local
1796 SubstitutedAny = false; in inferFromRW()
1799 SubstitutedAny |= Transitions.substituteVariants(Trans); in inferFromRW()
1802 } while (SubstitutedAny); in inferFromRW()