Home
last modified time | relevance | path

Searched refs:ProcessedAllocas (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp866 assert(Pass->ProcessedAllocas.empty() && in FunctionStateRAII()
873 Pass->ProcessedAllocas.clear(); in ~FunctionStateRAII()
905 DenseMap<const AllocaInst *, bool> ProcessedAllocas; member
1419 auto [It, Inserted] = ProcessedAllocas.try_emplace(&AI); in isInterestingAlloca()
2973 assert(ProcessedAllocas.empty() && "must process localescape before allocas"); in markEscapedLocalAllocas()
2989 ProcessedAllocas[AI] = false; in markEscapedLocalAllocas()