Searched refs:AllDILocation (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 455 SmallPtrSetImpl<Metadata *> &AllDILocation, in isAllDILocation() argument 461 if (isa<DILocation>(N) || AllDILocation.count(N)) in isAllDILocation() 471 if (!isAllDILocation(Visited, AllDILocation, DIReachable, Op)) { in isAllDILocation() 475 AllDILocation.insert(N); in isAllDILocation() 480 stripLoopMDLoc(const SmallPtrSetImpl<Metadata *> &AllDILocation, in stripLoopMDLoc() argument 482 if (isa<DILocation>(MD) || AllDILocation.count(MD)) in stripLoopMDLoc() 503 stripLoopMDLoc(AllDILocation, DIReachable, A)) { in stripLoopMDLoc() 519 SmallPtrSet<Metadata *, 8> Visited, DILocationReachable, AllDILocation; in stripDebugLocFromLoopID() local 539 [&Visited, &AllDILocation, in stripDebugLocFromLoopID() 541 return isAllDILocation(Visited, AllDILocation, in stripDebugLocFromLoopID() [all …]
|