/external/llvm-project/llvm/include/llvm/IR/ |
D | PassManagerImpl.h | 74 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/ |
D | cpplint_unittest.py | 81 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/ |
D | PassManager.h | 537 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/ |
D | PassManager.h | 960 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/ |
D | SimplifyCFG.cpp | 5507 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/ |
D | SimplifyCFG.cpp | 4959 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/ |
D | SimplifyCFG.cpp | 5661 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/ |
D | SemaDeclCXX.cpp | 7444 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()
|