Home | History | Annotate | Download | only in CodeGen

Lines Matching full:precise

228   // receiver is loaded from a variable with precise lifetime.
239 // All ivars and fields have precise lifetime.
249 // All variables have precise lifetime except local variables with
1662 CGF.EmitARCRelease(object, /*precise*/ true);
1910 void CodeGenFunction::EmitARCRelease(llvm::Value *value, bool precise) {
1928 if (!precise) {
1991 EmitARCRelease(oldValue, /*precise*/ false);
2209 CGF.EmitARCRelease(ptr, /*precise*/ true);
2216 CGF.EmitARCRelease(ptr, /*precise*/ false);
2691 EmitARCRelease(oldValue, /*precise*/ false);