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

References

lib/Analysis/InlineCost.cpp
  434   if (I.isArrayAllocation()) {
  435     Constant *Size = SimplifiedValues.lookup(I.getArraySize());
  437       Type *Ty = I.getAllocatedType();
  441       return Base::visitAlloca(I);
  446   if (I.isStaticAlloca()) {
  447     Type *Ty = I.getAllocatedType();
  453   if (I.isStaticAlloca())
  454     return Base::visitAlloca(I);