Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLostDebugLocObserver.cpp24 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLostDebugLocObserver.h22 SmallPtrSet<MachineInstr *, 4> PotentialMIsForDebugLocs; variable