Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.h55 CachedResultsTy CachedResults; variable
74 CachedResults.clear(); in clear()
DProvenanceAnalysis.cpp170 CachedResults.insert(std::make_pair(ValuePairTy(A, B), true)); in related()
175 CachedResults[ValuePairTy(A, B)] = Result; in related()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.h58 CachedResultsTy CachedResults; variable
78 CachedResults.clear(); in clear()
DProvenanceAnalysis.cpp178 CachedResults.insert(std::make_pair(ValuePairTy(A, B), true)); in related()
183 CachedResults[ValuePairTy(A, B)] = Result; in related()
/external/clang/include/clang/Driver/
DDriver.h402 InputInfo> &CachedResults) const;
470 &CachedResults) const;
/external/clang/lib/Driver/
DDriver.cpp1812 std::map<std::pair<const Action *, std::string>, InputInfo> CachedResults; in BuildJobs() local
1832 /*LinkingOutput*/ LinkingOutput, CachedResults); in BuildJobs()
1979 std::map<std::pair<const Action *, std::string>, InputInfo> &CachedResults) in BuildJobsForAction()
1990 auto CachedResult = CachedResults.find(ActionTC); in BuildJobsForAction()
1991 if (CachedResult != CachedResults.end()) { in BuildJobsForAction()
1996 LinkingOutput, CachedResults); in BuildJobsForAction()
1997 CachedResults[ActionTC] = Result; in BuildJobsForAction()
2004 std::map<std::pair<const Action *, std::string>, InputInfo> &CachedResults) in BuildJobsForActionNoCache()
2014 /*MultipleArchs*/ false, LinkingOutput, CachedResults)); in BuildJobsForActionNoCache()
2045 MultipleArchs, LinkingOutput, CachedResults); in BuildJobsForActionNoCache()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp919 CachedResultsTy CachedResults; member in __anon2a2b45350511::ProvenanceAnalysis
939 CachedResults.clear(); in clear()
1083 CachedResults.insert(std::make_pair(ValuePairTy(A, B), true)); in related()
1088 CachedResults[ValuePairTy(A, B)] = Result; in related()