Searched refs:DILocationReachable (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 546 SmallPtrSet<Metadata *, 8> Visited, DILocationReachable, AllDILocation; in stripDebugLocFromLoopID() local 556 [&Visited, &DILocationReachable](const MDOperand &Op) { in stripDebugLocFromLoopID() 558 Visited, DILocationReachable, Op.get()); in stripDebugLocFromLoopID() 567 &DILocationReachable](const MDOperand &Op) { in stripDebugLocFromLoopID() 569 DILocationReachable, Op.get()); in stripDebugLocFromLoopID() 574 N, [&AllDILocation, &DILocationReachable](Metadata *MD) -> Metadata * { in stripDebugLocFromLoopID() 575 return stripLoopMDLoc(AllDILocation, DILocationReachable, MD); in stripDebugLocFromLoopID()
|