Lines Matching defs:CachedResults
4952 std::map<std::pair<const Action *, std::string>, InputInfoList> CachedResults;
4972 /*LinkingOutput*/ LinkingOutput, CachedResults,
5434 &CachedResults,
5438 auto CachedResult = CachedResults.find(ActionTC);
5439 if (CachedResult != CachedResults.end()) {
5444 CachedResults, TargetDeviceOffloadKind);
5445 CachedResults[ActionTC] = Result;
5484 &CachedResults,
5528 LinkingOutput, CachedResults,
5543 /*MultipleArchs*/ !!DepBoundArch, LinkingOutput, CachedResults,
5556 if (CachedResults.find(ActionTC) != CachedResults.end()) {
5557 InputInfoList Inputs = CachedResults[ActionTC];
5587 MultipleArchs, LinkingOutput, CachedResults,
5612 /*MultipleArchs=*/!!DepBoundArch, LinkingOutput, CachedResults,
5626 CachedResults, A->getOffloadingDeviceKind()));
5703 CachedResults[{A, GetTriplePlusArchString(UI.DependentToolChain, Arch,
5712 assert(CachedResults.find(ActionTC) != CachedResults.end() &&
5714 Result = CachedResults[ActionTC].front();