Home
last modified time | relevance | path

Searched refs:ResultList (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/include/llvm/IR/
DPassManagerImpl.h74 AnalysisResultListT &ResultList = AnalysisResultLists[&IR]; in getResultImpl() local
75 ResultList.emplace_back(ID, P.run(IR, *this, ExtraArgs...)); in getResultImpl()
84 RI->second = std::prev(ResultList.end()); in getResultImpl()
/external/google-styleguide/cpplint/
Dcpplint_unittest.py81 def ResultList(self): member in ErrorCollector
1278 error_collector.ResultList().count(multiline_string_error_message))
1617 error_collector.ResultList().count(
1621 error_collector.ResultList().count(
1626 error_collector.ResultList().count(
3943 error_collector.ResultList())
4026 for error in error_collector.ResultList():
4044 error_collector.ResultList().count(
4047 error_collector.ResultList())
4055 self.assertEquals([], error_collector.ResultList())
[all …]
/external/llvm/include/llvm/IR/
DPassManager.h537 AnalysisResultListT &ResultList = AnalysisResultLists[&IR]; in getResultImpl() local
538 ResultList.emplace_back(PassID, P.run(IR, *this)); in getResultImpl()
545 RI->second = std::prev(ResultList.end()); in getResultImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPassManager.h960 AnalysisResultListT &ResultList = AnalysisResultLists[&IR]; in getResultImpl() local
961 ResultList.emplace_back(ID, P.run(IR, *this, ExtraArgs...)); in getResultImpl()
970 RI->second = std::prev(ResultList.end()); in getResultImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5507 const ResultListTy &ResultList = ResultLists[PHIs[0]]; in SwitchToLookupTable() local
5508 for (size_t I = 0, E = ResultList.size(); I != E; ++I) { in SwitchToLookupTable()
5509 uint64_t Idx = (ResultList[I].first->getValue() - MinCaseVal->getValue()) in SwitchToLookupTable()
5539 const ResultListTy &ResultList = ResultLists[PHI]; in SwitchToLookupTable() local
5544 SwitchLookupTable Table(Mod, TableSize, MinCaseVal, ResultList, DV, DL, in SwitchToLookupTable()
5564 reuseTableCompare(User, PhiBlock, RangeCheckBranch, DV, ResultList); in SwitchToLookupTable()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4959 const ResultListTy &ResultList = ResultLists[PHIs[0]]; in SwitchToLookupTable() local
4960 for (size_t I = 0, E = ResultList.size(); I != E; ++I) { in SwitchToLookupTable()
4961 uint64_t Idx = (ResultList[I].first->getValue() - MinCaseVal->getValue()) in SwitchToLookupTable()
4992 const ResultListTy &ResultList = ResultLists[PHI]; in SwitchToLookupTable() local
4996 SwitchLookupTable Table(Mod, TableSize, MinCaseVal, ResultList, DV, DL); in SwitchToLookupTable()
5015 reuseTableCompare(User, PhiBlock, RangeCheckBranch, DV, ResultList); in SwitchToLookupTable()
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5661 const ResultListTy &ResultList = ResultLists[PHIs[0]]; in SwitchToLookupTable() local
5662 for (size_t I = 0, E = ResultList.size(); I != E; ++I) { in SwitchToLookupTable()
5663 uint64_t Idx = (ResultList[I].first->getValue() - MinCaseVal->getValue()) in SwitchToLookupTable()
5693 const ResultListTy &ResultList = ResultLists[PHI]; in SwitchToLookupTable() local
5698 SwitchLookupTable Table(Mod, TableSize, MinCaseVal, ResultList, DV, DL, in SwitchToLookupTable()
5718 reuseTableCompare(User, PhiBlock, RangeCheckBranch, DV, ResultList); in SwitchToLookupTable()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp7444 template<typename Derived, typename ResultList, typename Result,
7461 ResultList visit() { in visit()
7466 ResultList Results; in visit()
7493 bool visitSubobjects(ResultList &Results, CXXRecordDecl *Record, in visitSubobjects()