Searched refs:StartMI (Results 1 – 2 of 2) sorted by relevance
114 intersects(const MachineInstr *StartMI, const MachineInstr *EndMI, in intersects() argument123 if (Ordering.isBefore(StartMI, RangesI->second)) in intersects()200 const MachineInstr *StartMI = EI->getInstr(); in trimLocationRanges() local206 if (auto R = intersects(StartMI, EndMI, ScopeRanges, Ordering)) { in trimLocationRanges()220 StartMI->print(llvm::dbgs());); in trimLocationRanges()
320 MachineBasicBlock::iterator StartMI, in fixStackStores() argument324 llvm::make_early_inc_range(llvm::make_range(StartMI, MBB.end()))) { in fixStackStores()