Searched refs:DILocationReachable (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 519 SmallPtrSet<Metadata *, 8> Visited, DILocationReachable, AllDILocation; in stripDebugLocFromLoopID() local 529 [&Visited, &DILocationReachable](const MDOperand &Op) { in stripDebugLocFromLoopID() 531 Visited, DILocationReachable, Op.get()); in stripDebugLocFromLoopID() 540 &DILocationReachable](const MDOperand &Op) { in stripDebugLocFromLoopID() 542 DILocationReachable, Op.get()); in stripDebugLocFromLoopID() 547 N, [&AllDILocation, &DILocationReachable](Metadata *MD) -> Metadata * { in stripDebugLocFromLoopID() 548 return stripLoopMDLoc(AllDILocation, DILocationReachable, MD); in stripDebugLocFromLoopID()
|