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.cpp1718 bool SubstitutedAny; in inferFromRW() local
1720 SubstitutedAny = false; in inferFromRW()
1723 SubstitutedAny |= Transitions.substituteVariants(Trans); in inferFromRW()
1726 } while (SubstitutedAny); in inferFromRW()