Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Selected

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