Home
last modified time | relevance | path

Searched refs:LostDebugLocs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLostDebugLocObserver.cpp20 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLostDebugLocObserver.h21 SmallSet<DebugLoc, 4> LostDebugLocs; variable