Searched refs:SavedLocals (Results 1 – 3 of 3) sorted by relevance
345 CodeGenFunction::DeclMapTy SavedLocals; member365 SavedLocals.insert({ PD, it->second }); in addCopy()373 for (auto&& SavedLocal : SavedLocals) { in ~ParamReferenceReplacerRAII()
902 DeclMapTy SavedLocals;910 assert(SavedLocals.empty() && "Did not restored original addresses.");920 if (SavedLocals.count(LocalVD)) return false;925 SavedLocals.try_emplace(LocalVD, it->second);927 SavedLocals.try_emplace(LocalVD, Address::invalid());947 return !SavedLocals.empty();952 if (!SavedLocals.empty()) {953 copyInto(SavedLocals, CGF.LocalDeclMap);954 SavedLocals.clear();
589 DeclMapTy SavedLocals; variable611 if (SavedLocals.count(LocalVD)) return false; in addPrivate()616 SavedLocals.insert({LocalVD, it->second}); in addPrivate()618 SavedLocals.insert({LocalVD, Address::invalid()}); in addPrivate()645 return !SavedLocals.empty(); in Privatize()650 copyInto(SavedLocals, CGF.LocalDeclMap); in ForceCleanup()651 SavedLocals.clear(); in ForceCleanup()