Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Selected

194       // Visit each RW in the sequence selected by the current variant.
195 RecVec Selected = (*VI)->getValueAsListOfDefs("Selected");
196 for (RecIter I = Selected.begin(), E = Selected.end(); I != E; ++I)
1144 // Push the Reads/Writes selected by this variant onto the PredTransition
1160 RecVec SelectedDefs = VInfo.VarOrSeqDef->getValueAsListOfDefs("Selected");