Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp699 assert(Pass->ProcessedAllocas.empty() && in FunctionStateRAII()
706 Pass->ProcessedAllocas.clear(); in ~FunctionStateRAII()
735 DenseMap<const AllocaInst *, bool> ProcessedAllocas; member
1192 auto PreviouslySeenAllocaInfo = ProcessedAllocas.find(&AI); in isInterestingAlloca()
1194 if (PreviouslySeenAllocaInfo != ProcessedAllocas.end()) in isInterestingAlloca()
1210 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()
2472 assert(ProcessedAllocas.empty() && "must process localescape before allocas"); in markEscapedLocalAllocas()
2488 ProcessedAllocas[AI] = false; in markEscapedLocalAllocas()