Searched refs:ProcessedAllocas (Results 1 – 1 of 1) sorted by relevance
746 assert(Pass->ProcessedAllocas.empty() && in FunctionStateRAII()753 Pass->ProcessedAllocas.clear(); in ~FunctionStateRAII()784 DenseMap<const AllocaInst *, bool> ProcessedAllocas; member1272 auto PreviouslySeenAllocaInfo = ProcessedAllocas.find(&AI); in isInterestingAlloca()1274 if (PreviouslySeenAllocaInfo != ProcessedAllocas.end()) in isInterestingAlloca()1292 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()2820 assert(ProcessedAllocas.empty() && "must process localescape before allocas"); in markEscapedLocalAllocas()2836 ProcessedAllocas[AI] = false; in markEscapedLocalAllocas()