Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp514 SmallPtrSet<Metadata *, 8> Visited, DILocationReachable, AllDILocation; in stripDebugLocFromLoopID() local
524 [&Visited, &DILocationReachable](const MDOperand &Op) { in stripDebugLocFromLoopID()
526 Visited, DILocationReachable, Op.get()); in stripDebugLocFromLoopID()
535 &DILocationReachable](const MDOperand &Op) { in stripDebugLocFromLoopID()
537 DILocationReachable, Op.get()); in stripDebugLocFromLoopID()
542 N, [&AllDILocation, &DILocationReachable](Metadata *MD) -> Metadata * { in stripDebugLocFromLoopID()
543 return stripLoopMDLoc(AllDILocation, DILocationReachable, MD); in stripDebugLocFromLoopID()