Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp407 SmallPtrSet<Metadata *, 8> Visited, DILocationReachable; in stripDebugLocFromLoopID() local
417 [&Visited, &DILocationReachable](const MDOperand &Op) { in stripDebugLocFromLoopID()
419 Visited, DILocationReachable, Op.get()); in stripDebugLocFromLoopID()
427 [&Visited, &DILocationReachable](const MDOperand &Op) { in stripDebugLocFromLoopID()
428 return isDILocationReachable(Visited, DILocationReachable, in stripDebugLocFromLoopID()
434 N, [&DILocationReachable](Metadata *MD) -> Metadata * { in stripDebugLocFromLoopID()
435 if (isa<DILocation>(MD) || DILocationReachable.count(MD)) in stripDebugLocFromLoopID()