Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp520 assert(Pass->ProcessedAllocas.empty() && in FunctionStateRAII()
523 ~FunctionStateRAII() { Pass->ProcessedAllocas.clear(); } in ~FunctionStateRAII()
548 DenseMap<AllocaInst *, bool> ProcessedAllocas; member
915 auto PreviouslySeenAllocaInfo = ProcessedAllocas.find(&AI); in isInterestingAlloca()
917 if (PreviouslySeenAllocaInfo != ProcessedAllocas.end()) in isInterestingAlloca()
931 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()
1745 assert(ProcessedAllocas.empty() && "must process localescape before allocas"); in markEscapedLocalAllocas()
1761 ProcessedAllocas[AI] = false; in markEscapedLocalAllocas()