Lines Matching refs:Insts
44 if (!Insts.empty()) { in appendInst()
50 Insts.push_back(Instr); in appendInst()
88 removeDeletedAndRenumber(&Insts, Func); in renumberInstructions()
103 assert(!Insts.empty()); in computeSuccessors()
104 OutEdges = Insts.rbegin()->getTerminatorEdges(); in computeSuccessors()
168 Insts.insert(Insts.begin(), Phi->lower(Func)); in placePhiLoads()
184 InstList::iterator InsertionPoint = Insts.end(); in placePhiStores()
188 assert(InsertionPoint != Insts.begin()); in placePhiStores()
243 if (InsertionPoint != Insts.begin()) { in placePhiStores()
266 Insts.insert(SafeInsertionPoint, NewInst); in placePhiStores()
268 Insts.insert(InsertionPoint, NewInst); in placePhiStores()
638 for (Inst &I : reverse_range(Insts)) { in livenessLightweight()
693 for (Inst &I : reverse_range(Insts)) { in liveness()
882 for (Inst &I : Insts) { in contractIfEmpty()
938 for (Inst &I : reverse_range(Insts)) { in doBranchOpt()
1096 for (const Inst &I : Insts) { in emit()
1138 BundleEmitHelper(Assembler *Asm, const InstList &Insts) in BundleEmitHelper() argument
1139 : Asm(Asm), End(Insts.end()), BundleLockStart(End), in BundleEmitHelper()
1270 for (const Inst &I : Insts) { in emitIAS()
1293 BundleEmitHelper Helper(Asm, Insts); in emitIAS()
1294 InstList::const_iterator End = Insts.end(); in emitIAS()
1298 for (InstList::const_iterator I = Insts.begin(); I != End; ++I) { in emitIAS()
1409 for (const Inst &I : Insts) in dump()