Searched refs:ProcessedAllocas (Results 1 – 2 of 2) sorted by relevance
520 assert(Pass->ProcessedAllocas.empty() && in FunctionStateRAII()523 ~FunctionStateRAII() { Pass->ProcessedAllocas.clear(); } in ~FunctionStateRAII()548 DenseMap<AllocaInst *, bool> ProcessedAllocas; member915 auto PreviouslySeenAllocaInfo = ProcessedAllocas.find(&AI); in isInterestingAlloca()917 if (PreviouslySeenAllocaInfo != ProcessedAllocas.end()) in isInterestingAlloca()931 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()1745 assert(ProcessedAllocas.empty() && "must process localescape before allocas"); in markEscapedLocalAllocas()1761 ProcessedAllocas[AI] = false; in markEscapedLocalAllocas()
688 assert(Pass->ProcessedAllocas.empty() && in FunctionStateRAII()695 Pass->ProcessedAllocas.clear(); in ~FunctionStateRAII()724 DenseMap<const AllocaInst *, bool> ProcessedAllocas; member1185 auto PreviouslySeenAllocaInfo = ProcessedAllocas.find(&AI); in isInterestingAlloca()1187 if (PreviouslySeenAllocaInfo != ProcessedAllocas.end()) in isInterestingAlloca()1203 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()2435 assert(ProcessedAllocas.empty() && "must process localescape before allocas"); in markEscapedLocalAllocas()2451 ProcessedAllocas[AI] = false; in markEscapedLocalAllocas()