Searched refs:ToInsert (Results 1 – 3 of 3) sorted by relevance
88 unsigned Lane, unsigned ToInsert);478 const DebugLoc &DL, unsigned DReg, unsigned Lane, unsigned ToInsert) { in createInsertSubreg() argument485 .addReg(ToInsert) in createInsertSubreg()
3583 SmallVector<MachineInstr *, 8> ToInsert; in buildVRegToDbgValueMap() local3587 auto CloseNewDVRange = [this, &ToInsert](SlotIndex Slot) { in buildVRegToDbgValueMap()3588 for (auto *X : ToInsert) { in buildVRegToDbgValueMap()3595 ToInsert.clear(); in buildVRegToDbgValueMap()3609 ToInsert.push_back(&MI); in buildVRegToDbgValueMap()
2700 BasicBlock *ToInsert = unwrap(BB); in LLVMInsertExistingBasicBlockAfterInsertBlock() local2704 ToInsert); in LLVMInsertExistingBasicBlockAfterInsertBlock()