Home
last modified time | relevance | path

Searched defs:frontier (Results 1 – 7 of 7) sorted by relevance

/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp81 Frontier *frontier = reinterpret_cast<Frontier *>(data); in ProcessGlobalRegionsCallback() local
102 ProcessGlobalRegions(Frontier * frontier) ProcessGlobalRegions() argument
109 ProcessPlatformSpecificAllocations(Frontier * frontier) ProcessPlatformSpecificAllocations() argument
H A Dlsan_common.cpp297 ScanRangeForPointers(uptr begin,uptr end,Frontier * frontier,const char * region_type,ChunkTag tag) ScanRangeForPointers() argument
343 ScanGlobalRange(uptr begin,uptr end,Frontier * frontier) ScanGlobalRange() argument
360 ScanExtraStackRanges(const InternalMmapVector<Range> & ranges,Frontier * frontier) ScanExtraStackRanges() argument
381 ProcessThreadRegistry(Frontier * frontier) ProcessThreadRegistry() argument
403 ProcessThreads(SuspendedThreadsList const & suspended_threads,Frontier * frontier,tid_t caller_tid,uptr caller_sp) ProcessThreads() argument
543 ScanRootRegions(Frontier * frontier,const InternalMmapVectorNoCtor<Region> & mapped_regions) ScanRootRegions() argument
565 ProcessRootRegions(Frontier * frontier) ProcessRootRegions() argument
577 FloodFillTag(Frontier * frontier,ChunkTag tag) FloodFillTag() argument
631 ClassifyAllChunks(SuspendedThreadsList const & suspended_threads,Frontier * frontier,tid_t caller_tid,uptr caller_sp) ClassifyAllChunks() argument
[all...]
H A Dlsan_common_fuchsia.cpp46 void ProcessGlobalRegions(Frontier *frontier) {} in ProcessGlobalRegions()
49 void ProcessPlatformSpecificAllocations(Frontier *frontier) {} in ProcessPlatformSpecificAllocations()
H A Dlsan_common_mac.cpp137 void ProcessGlobalRegions(Frontier *frontier) { in ProcessGlobalRegions()
164 void ProcessPlatformSpecificAllocations(Frontier *frontier) { in ProcessPlatformSpecificAllocations()
H A Dlsan_common.h247 Frontier frontier; global() member
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h76 addBasicBlock(MachineBasicBlock * BB,const DomSetType & frontier) addBasicBlock() argument
/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h89 addBasicBlock(BlockT * BB,const DomSetType & frontier) addBasicBlock() argument