Searched refs:ProcessedAllocas (Results 1 – 1 of 1) sorted by relevance
866 assert(Pass->ProcessedAllocas.empty() && in FunctionStateRAII()873 Pass->ProcessedAllocas.clear(); in ~FunctionStateRAII()905 DenseMap<const AllocaInst *, bool> ProcessedAllocas; member1419 auto [It, Inserted] = ProcessedAllocas.try_emplace(&AI); in isInterestingAlloca()2973 assert(ProcessedAllocas.empty() && "must process localescape before allocas"); in markEscapedLocalAllocas()2989 ProcessedAllocas[AI] = false; in markEscapedLocalAllocas()