Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp734 assert(Pass->ProcessedAllocas.empty() && in FunctionStateRAII()
741 Pass->ProcessedAllocas.clear(); in ~FunctionStateRAII()
771 DenseMap<const AllocaInst *, bool> ProcessedAllocas; member
1249 auto PreviouslySeenAllocaInfo = ProcessedAllocas.find(&AI); in isInterestingAlloca()
1251 if (PreviouslySeenAllocaInfo != ProcessedAllocas.end()) in isInterestingAlloca()
1269 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()
2644 assert(ProcessedAllocas.empty() && "must process localescape before allocas"); in markEscapedLocalAllocas()
2660 ProcessedAllocas[AI] = false; in markEscapedLocalAllocas()