Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp915 auto PreviouslySeenAllocaInfo = ProcessedAllocas.find(&AI); in isInterestingAlloca() local
917 if (PreviouslySeenAllocaInfo != ProcessedAllocas.end()) in isInterestingAlloca()
918 return PreviouslySeenAllocaInfo->getSecond(); in isInterestingAlloca()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1185 auto PreviouslySeenAllocaInfo = ProcessedAllocas.find(&AI); in isInterestingAlloca() local
1187 if (PreviouslySeenAllocaInfo != ProcessedAllocas.end()) in isInterestingAlloca()
1188 return PreviouslySeenAllocaInfo->getSecond(); in isInterestingAlloca()