reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
661 assert(Pass->ProcessedAllocas.empty() && 668 Pass->ProcessedAllocas.clear(); 1321 auto PreviouslySeenAllocaInfo = ProcessedAllocas.find(&AI); 1323 if (PreviouslySeenAllocaInfo != ProcessedAllocas.end()) 1339 ProcessedAllocas[&AI] = IsInteresting; 2588 assert(ProcessedAllocas.empty() && "must process localescape before allocas"); 2604 ProcessedAllocas[AI] = false;