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.cpp818 assert(Pass->ProcessedAllocas.empty() && in FunctionStateRAII()
825 Pass->ProcessedAllocas.clear(); in ~FunctionStateRAII()
856 DenseMap<const AllocaInst *, bool> ProcessedAllocas; member
1352 auto PreviouslySeenAllocaInfo = ProcessedAllocas.find(&AI); in isInterestingAlloca()
1354 if (PreviouslySeenAllocaInfo != ProcessedAllocas.end()) in isInterestingAlloca()
1372 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()
2912 assert(ProcessedAllocas.empty() && "must process localescape before allocas"); in markEscapedLocalAllocas()
2928 ProcessedAllocas[AI] = false; in markEscapedLocalAllocas()