Searched refs:NRVOFlags (Results 1 – 3 of 3) sorted by relevance
819 if (llvm::Value *NRVOFlag = NRVOFlags[S.getNRVOCandidate()]) in EmitReturnStmt()
897 NRVOFlags[&D] = NRVOFlag; in EmitAutoVarAlloca()
241 llvm::DenseMap<const VarDecl *, llvm::Value *> NRVOFlags; variable