Home
last modified time | relevance | path

Searched refs:SlotMI (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DSlotIndexes.cpp179 MachineInstr *SlotMI = ListI->getInstr(); in repairIndexesInRange() local
183 if (SlotMI == MI && !MBBIAtBegin) { in repairIndexesInRange()
196 if (SlotMI) in repairIndexesInRange()
197 removeMachineInstrFromMaps(*SlotMI); in repairIndexesInRange()
/external/llvm-project/llvm/lib/CodeGen/
DSlotIndexes.cpp217 MachineInstr *SlotMI = ListI->getInstr(); in repairIndexesInRange() local
221 if (SlotMI == MI && !MBBIAtBegin) { in repairIndexesInRange()
234 if (SlotMI) in repairIndexesInRange()
235 removeMachineInstrFromMaps(*SlotMI); in repairIndexesInRange()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSlotIndexes.cpp216 MachineInstr *SlotMI = ListI->getInstr(); in repairIndexesInRange() local
220 if (SlotMI == MI && !MBBIAtBegin) { in repairIndexesInRange()
233 if (SlotMI) in repairIndexesInRange()
234 removeMachineInstrFromMaps(*SlotMI); in repairIndexesInRange()