Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp697 assert(Pass->ProcessedAllocas.empty() && in FunctionStateRAII()
704 Pass->ProcessedAllocas.clear(); in ~FunctionStateRAII()
732 DenseMap<const AllocaInst *, bool> ProcessedAllocas; member
1385 auto PreviouslySeenAllocaInfo = ProcessedAllocas.find(&AI); in isInterestingAlloca()
1387 if (PreviouslySeenAllocaInfo != ProcessedAllocas.end()) in isInterestingAlloca()
1403 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()
2744 assert(ProcessedAllocas.empty() && "must process localescape before allocas"); in markEscapedLocalAllocas()
2760 ProcessedAllocas[AI] = false; in markEscapedLocalAllocas()