reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  136         Type *Ty = AI->getAllocatedType();
  139                    AI->getAlignment());
  144         if (AI->isStaticAlloca() &&
  146           const ConstantInt *CUI = cast<ConstantInt>(AI->getArraySize());
  152           auto Iter = CatchObjects.find(AI);
  159                 MF->getFrameInfo().CreateStackObject(TySize, Align, false, AI);
  162           StaticAllocaMap[AI] = FrameIndex;
  175           MF->getFrameInfo().CreateVariableSizedObject(Align ? Align : 1, AI);