Searched refs:AllDILocation (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 482 SmallPtrSetImpl<Metadata *> &AllDILocation, in isAllDILocation() argument 488 if (isa<DILocation>(N) || AllDILocation.count(N)) in isAllDILocation() 498 if (!isAllDILocation(Visited, AllDILocation, DIReachable, Op)) { in isAllDILocation() 502 AllDILocation.insert(N); in isAllDILocation() 507 stripLoopMDLoc(const SmallPtrSetImpl<Metadata *> &AllDILocation, in stripLoopMDLoc() argument 509 if (isa<DILocation>(MD) || AllDILocation.count(MD)) in stripLoopMDLoc() 530 stripLoopMDLoc(AllDILocation, DIReachable, A)) { in stripLoopMDLoc() 546 SmallPtrSet<Metadata *, 8> Visited, DILocationReachable, AllDILocation; in stripDebugLocFromLoopID() local 566 [&Visited, &AllDILocation, in stripDebugLocFromLoopID() 568 return isAllDILocation(Visited, AllDILocation, in stripDebugLocFromLoopID() [all …]
|