Lines Matching defs:Instructions
258 std::vector<AsmWriterInst> Instructions;
264 Instructions.push_back(
276 for (unsigned i = 0, e = Instructions.size(); i != e; ++i)
277 CGIAWIMap.insert(std::make_pair(Instructions[i].CGI, &Instructions[i]));
430 for (unsigned i = 0, e = Instructions.size(); i != e; ++i) {
432 AsmWriterInst &Inst = Instructions[i];
434 Instructions.erase(Instructions.begin()+i);
442 std::reverse(Instructions.begin(), Instructions.end());
449 if (!Instructions.empty()) {
452 while (!Instructions.empty())
453 EmitInstructions(Instructions, O);