Lines Matching defs:CachedResults
5198 std::map<std::pair<const Action *, std::string>, InputInfoList> CachedResults;
5218 /*LinkingOutput*/ LinkingOutput, CachedResults,
5680 &CachedResults,
5684 auto CachedResult = CachedResults.find(ActionTC);
5685 if (CachedResult != CachedResults.end()) {
5690 CachedResults, TargetDeviceOffloadKind);
5691 CachedResults[ActionTC] = Result;
5730 &CachedResults,
5774 LinkingOutput, CachedResults,
5789 /*MultipleArchs*/ !!DepBoundArch, LinkingOutput, CachedResults,
5802 auto It = CachedResults.find(ActionTC);
5803 if (It != CachedResults.end()) {
5834 MultipleArchs, LinkingOutput, CachedResults,
5859 /*MultipleArchs=*/!!DepBoundArch, LinkingOutput, CachedResults,
5873 CachedResults, A->getOffloadingDeviceKind()));
5950 CachedResults[{A, GetTriplePlusArchString(UI.DependentToolChain, Arch,
5959 assert(CachedResults.find(ActionTC) != CachedResults.end() &&
5961 Result = CachedResults[ActionTC].front();