Home
last modified time | relevance | path

Searched refs:PreviouslySeenAllocaInfo (Results 1 – 1 of 1) 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()