reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
387 uint64_t Size = getStaticAllocaAllocationSize(AI); 388 if (IsSafeStackAlloca(AI, Size)) 391 if (AI->isStaticAlloca()) { 393 StaticAllocas.push_back(AI); 396 DynamicAllocas.push_back(AI);