Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp406 SmallPtrSet<Metadata *, 8> Visited, DILocationReachable; in stripDebugLocFromLoopID() local
416 [&Visited, &DILocationReachable](const MDOperand &Op) { in stripDebugLocFromLoopID()
418 Visited, DILocationReachable, Op.get()); in stripDebugLocFromLoopID()
426 [&Visited, &DILocationReachable](const MDOperand &Op) { in stripDebugLocFromLoopID()
427 return isDILocationReachable(Visited, DILocationReachable, in stripDebugLocFromLoopID()
433 N, [&DILocationReachable](Metadata *MD) -> Metadata * { in stripDebugLocFromLoopID()
434 if (isa<DILocation>(MD) || DILocationReachable.count(MD)) in stripDebugLocFromLoopID()