Lines Matching refs:Instructions
56 for (auto II = Instructions.begin(), E = Instructions.end(); II != E; ++II) { in getFirstNonPseudo()
65 for (auto RII = Instructions.rbegin(), E = Instructions.rend(); RII != E; in getLastNonPseudo()
201 for (auto RII = Instructions.rbegin(), E = Instructions.rend(); RII != E; in getCFIStateAtInstr()
406 return MIB->analyzeBranch(Instructions.begin(), Instructions.end(), TBB, FBB, in analyzeBranch()
412 ArrayRef<MCInst> Insts = Instructions; in isMacroOpFusionPair()
496 Instructions.emplace_back(std::move(NewInst)); in addBranchInstruction()
503 Instructions.emplace_back(std::move(NewInst)); in addTailCallInstruction()
509 for (const MCInst &Instr : Instructions) { in getNumCalls()
520 for (const MCInst &Instr : Instructions) in getNumPseudos()
565 BC.printInstructions(outs(), Instructions.begin(), Instructions.end(), in dump()
623 Instructions.erase(II, end()); in splitAt()