Searched refs:LostDebugLocs (Results 1 – 2 of 2) sorted by relevance
20 if (LostDebugLocs.empty()) { in analyzeDebugLocations()31 << " instrs for " << LostDebugLocs.size() << " locations\n"); in analyzeDebugLocations()43 if (LostDebugLocs.erase(MI->getDebugLoc())) { in analyzeDebugLocations()49 if (LostDebugLocs.empty()) in analyzeDebugLocations()52 NumLostDebugLocs += LostDebugLocs.size(); in analyzeDebugLocations()55 for (const DebugLoc &Loc : LostDebugLocs) { in analyzeDebugLocations()74 LostDebugLocs.clear(); in checkpoint()99 LostDebugLocs.insert(MI.getDebugLoc()); in erasingInstr()108 LostDebugLocs.insert(MI.getDebugLoc()); in changingInstr()
21 SmallSet<DebugLoc, 4> LostDebugLocs; variable