Searched refs:NewInstrs (Results 1 – 3 of 3) sorted by relevance
729 InstListTy NewInstrs; in applyMappingImpl() local734 InstManager NewInstrObserver(NewInstrs); in applyMappingImpl()747 while (!NewInstrs.empty()) { in applyMappingImpl()748 MachineInstr *NewMI = NewInstrs.pop_back_val(); in applyMappingImpl()
216 std::unique_ptr<MachineInstr *[]> NewInstrs( in repairReg() local227 NewInstrs[Idx++] = CurMI; in repairReg()
2858 SmallVector<const MachineInstr*,4> NewInstrs; in rewriteHexConstDefs() local2890 NewInstrs.push_back(&*MIB); in rewriteHexConstDefs()2939 NewInstrs.push_back(NewMI); in rewriteHexConstDefs()2947 if (!NewInstrs.empty()) { in rewriteHexConstDefs()2950 dbgs() << "Rewrite: for " << MI << " created " << *NewInstrs[0]; in rewriteHexConstDefs()2951 for (unsigned i = 1; i < NewInstrs.size(); ++i) in rewriteHexConstDefs()2952 dbgs() << " " << *NewInstrs[i]; in rewriteHexConstDefs()