Searched refs:PreviouslySeenAllocaInfo (Results 1 – 1 of 1) sorted by relevance
915 auto PreviouslySeenAllocaInfo = ProcessedAllocas.find(&AI); in isInterestingAlloca() local917 if (PreviouslySeenAllocaInfo != ProcessedAllocas.end()) in isInterestingAlloca()918 return PreviouslySeenAllocaInfo->getSecond(); in isInterestingAlloca()