Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp422 SmallPtrSet<Metadata *, 8> Visited, DILocationReachable; in stripDebugLocFromLoopID() local
432 [&Visited, &DILocationReachable](const MDOperand &Op) { in stripDebugLocFromLoopID()
434 Visited, DILocationReachable, Op.get()); in stripDebugLocFromLoopID()
441 [&Visited, &DILocationReachable](const MDOperand &Op) { in stripDebugLocFromLoopID()
442 return isDILocationReachable(Visited, DILocationReachable, in stripDebugLocFromLoopID()
448 N, [&DILocationReachable](Metadata *MD) -> Metadata * { in stripDebugLocFromLoopID()
449 if (isa<DILocation>(MD) || DILocationReachable.count(MD)) in stripDebugLocFromLoopID()