Searched refs:ProcessedAllocas (Results 1 – 1 of 1) sorted by relevance
818 assert(Pass->ProcessedAllocas.empty() && in FunctionStateRAII()825 Pass->ProcessedAllocas.clear(); in ~FunctionStateRAII()856 DenseMap<const AllocaInst *, bool> ProcessedAllocas; member1352 auto PreviouslySeenAllocaInfo = ProcessedAllocas.find(&AI); in isInterestingAlloca()1354 if (PreviouslySeenAllocaInfo != ProcessedAllocas.end()) in isInterestingAlloca()1372 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()2912 assert(ProcessedAllocas.empty() && "must process localescape before allocas"); in markEscapedLocalAllocas()2928 ProcessedAllocas[AI] = false; in markEscapedLocalAllocas()