Home
last modified time | relevance | path

Searched refs:ProcessedAllocas (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp688 assert(Pass->ProcessedAllocas.empty() && in FunctionStateRAII()
695 Pass->ProcessedAllocas.clear(); in ~FunctionStateRAII()
724 DenseMap<const AllocaInst *, bool> ProcessedAllocas; member
1185 auto PreviouslySeenAllocaInfo = ProcessedAllocas.find(&AI); in isInterestingAlloca()
1187 if (PreviouslySeenAllocaInfo != ProcessedAllocas.end()) in isInterestingAlloca()
1203 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()
2435 assert(ProcessedAllocas.empty() && "must process localescape before allocas"); in markEscapedLocalAllocas()
2451 ProcessedAllocas[AI] = false; in markEscapedLocalAllocas()