Searched refs:ProcessedAllocas (Results 1 – 1 of 1) sorted by relevance
475 assert(Pass->ProcessedAllocas.empty() && in FunctionStateRAII()478 ~FunctionStateRAII() { Pass->ProcessedAllocas.clear(); } in ~FunctionStateRAII()502 DenseMap<AllocaInst *, bool> ProcessedAllocas; member853 auto PreviouslySeenAllocaInfo = ProcessedAllocas.find(&AI); in isInterestingAlloca()855 if (PreviouslySeenAllocaInfo != ProcessedAllocas.end()) in isInterestingAlloca()869 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()1556 assert(ProcessedAllocas.empty() && "must process localescape before allocas"); in markEscapedLocalAllocas()1572 ProcessedAllocas[AI] = false; in markEscapedLocalAllocas()