Searched refs:removeMachineInstrFromMaps (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSlotIndexes.cpp115 void SlotIndexes::removeMachineInstrFromMaps(MachineInstr &MI) { function in class:SlotIndexes
234 removeMachineInstrFromMaps(*SlotMI);
H A DMachineBasicBlock.cpp961 Indexes->removeMachineInstrFromMaps(**I);
977 Indexes->removeMachineInstrFromMaps(MI);
H A DLiveIntervals.cpp1473 Indexes->removeMachineInstrFromMaps(MI);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h277 Indexes->removeMachineInstrFromMaps(MI);
H A DSlotIndexes.h576 void removeMachineInstrFromMaps(MachineInstr &MI);

Completed in 82 milliseconds