Home
last modified time | relevance | path

Searched refs:CachedResults (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.h57 CachedResultsTy CachedResults; variable
78 CachedResults.clear(); in clear()
H A DProvenanceAnalysis.cpp184 CachedResults.insert(std::make_pair(ValuePairTy(A, B), true)); in related()
191 CachedResults[ValuePairTy(A, B)] = Result; in related()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DDriver.h613 &CachedResults,
744 &CachedResults,
/openbsd/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp5180 &CachedResults, in BuildJobsForAction() argument
5184 auto CachedResult = CachedResults.find(ActionTC); in BuildJobsForAction()
5185 if (CachedResult != CachedResults.end()) { in BuildJobsForAction()
5190 CachedResults, TargetDeviceOffloadKind); in BuildJobsForAction()
5191 CachedResults[ActionTC] = Result; in BuildJobsForAction()
5199 &CachedResults, in BuildJobsForActionNoCache() argument
5271 if (CachedResults.find(ActionTC) != CachedResults.end()) { in BuildJobsForActionNoCache()
5272 InputInfoList Inputs = CachedResults[ActionTC]; in BuildJobsForActionNoCache()
5341 CachedResults, A->getOffloadingDeviceKind())); in BuildJobsForActionNoCache()
5427 assert(CachedResults.find(ActionTC) != CachedResults.end() && in BuildJobsForActionNoCache()
[all …]