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

References

lib/Transforms/Utils/InlineFunction.cpp
 1961       if (AI->isSwiftError())
 1966       if (hasLifetimeMarkers(AI))
 1972           dyn_cast<ConstantInt>(AI->getArraySize())) {
 1974         Type *AllocaType = AI->getAllocatedType();
 1987           AllocaSize = ConstantInt::get(Type::getInt64Ty(AI->getContext()),
 1992       builder.CreateLifetimeStart(AI, AllocaSize);
 2002         IRBuilder<>(RI).CreateLifetimeEnd(AI, AllocaSize);