Lines Matching defs:NRVO
508 bool NRVO = flags.isForNormalCleanup() && NRVOFlag;
511 if (NRVO) {
512 // If we exited via NRVO, we skip the destructor call.
523 if (NRVO) CGF.EmitBlock(SkipDtorBB);
1493 bool NRVO = getLangOpts().ElideConstructors && D.isNRVOVariable();
1513 // If the variable's a const type, and it's neither an NRVO
1522 (CGM.getCodeGenOpts().MergeAllConstants && !NRVO &&
1539 // - it's an NRVO variable.
1541 if (NRVO) {
1556 // Create a flag that is used to indicate when the NRVO was applied
1557 // to this variable. Set it to zero to indicate that NRVO was not
1565 // Record the NRVO flag for this variable.
1690 bool UsePointerValue = NRVO && ReturnValuePointer.isValid();
1693 // If NRVO, use a pointer to the return address.
2129 // If there's an NRVO flag on the emission, we need a different