Searched refs:PotentialMIsForDebugLocs (Results 1 – 2 of 2) sorted by relevance
24 if (PotentialMIsForDebugLocs.empty()) { in analyzeDebugLocations()30 LOC_DEBUG(dbgs() << ".. Searching " << PotentialMIsForDebugLocs.size() in analyzeDebugLocations()33 for (MachineInstr *MI : PotentialMIsForDebugLocs) { in analyzeDebugLocations()62 if (PotentialMIsForDebugLocs.erase(MI)) in analyzeDebugLocations()65 for (const MachineInstr *MI : PotentialMIsForDebugLocs) in analyzeDebugLocations()73 PotentialMIsForDebugLocs.clear(); in checkpoint()78 PotentialMIsForDebugLocs.insert(&MI); in createdInstr()97 PotentialMIsForDebugLocs.erase(&MI); in erasingInstr()106 PotentialMIsForDebugLocs.erase(&MI); in changingInstr()112 PotentialMIsForDebugLocs.insert(&MI); in changedInstr()
22 SmallPtrSet<MachineInstr *, 4> PotentialMIsForDebugLocs; variable