Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp722 assert(Pass->ProcessedAllocas.empty() && in FunctionStateRAII()
729 Pass->ProcessedAllocas.clear(); in ~FunctionStateRAII()
759 DenseMap<const AllocaInst *, bool> ProcessedAllocas; member
1219 auto PreviouslySeenAllocaInfo = ProcessedAllocas.find(&AI); in isInterestingAlloca()
1221 if (PreviouslySeenAllocaInfo != ProcessedAllocas.end()) in isInterestingAlloca()
1239 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()
2592 assert(ProcessedAllocas.empty() && "must process localescape before allocas"); in markEscapedLocalAllocas()
2608 ProcessedAllocas[AI] = false; in markEscapedLocalAllocas()