Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp1772 bool SubstitutedAny; in inferFromRW() local
1774 SubstitutedAny = false; in inferFromRW()
1777 SubstitutedAny |= Transitions.substituteVariants(Trans); in inferFromRW()
1780 } while (SubstitutedAny); in inferFromRW()