Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Revisit

3078   SmallVector<CodeGenInstruction*, 8> Revisit;
3095 Revisit.push_back(&InstInfo);
3130 // Revisit instructions with undefined flags and no pattern.
3132 for (unsigned i = 0, e = Revisit.size(); i != e; ++i) {
3133 CodeGenInstruction &InstInfo = *Revisit[i];
3145 for (unsigned i = 0, e = Revisit.size(); i != e; ++i) {
3146 CodeGenInstruction &InstInfo = *Revisit[i];