Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp691 assert(Pass->ProcessedAllocas.empty() && in FunctionStateRAII()
698 Pass->ProcessedAllocas.clear(); in ~FunctionStateRAII()
725 DenseMap<const AllocaInst *, bool> ProcessedAllocas; member
1375 auto PreviouslySeenAllocaInfo = ProcessedAllocas.find(&AI); in isInterestingAlloca()
1377 if (PreviouslySeenAllocaInfo != ProcessedAllocas.end()) in isInterestingAlloca()
1393 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()
2752 assert(ProcessedAllocas.empty() && "must process localescape before allocas"); in markEscapedLocalAllocas()
2768 ProcessedAllocas[AI] = false; in markEscapedLocalAllocas()