Home
last modified time | relevance | path

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

/external/google-styleguide/cpplint/
Dcpplint_unittest.py76 def ResultList(self): member in ErrorCollector
1271 error_collector.ResultList().count(multiline_string_error_message))
1610 error_collector.ResultList().count(
1614 error_collector.ResultList().count(
1619 error_collector.ResultList().count(
3936 error_collector.ResultList())
4019 for error in error_collector.ResultList():
4037 error_collector.ResultList().count(
4040 error_collector.ResultList())
4048 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-7.0/llvm/include/llvm/IR/
DPassManager.h863 AnalysisResultListT &ResultList = AnalysisResultLists[&IR]; in getResultImpl() local
864 ResultList.emplace_back(ID, P.run(IR, *this, ExtraArgs...)); in getResultImpl()
871 RI->second = std::prev(ResultList.end()); in getResultImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5391 const ResultListTy &ResultList = ResultLists[PHIs[0]]; in SwitchToLookupTable() local
5392 for (size_t I = 0, E = ResultList.size(); I != E; ++I) { in SwitchToLookupTable()
5393 uint64_t Idx = (ResultList[I].first->getValue() - MinCaseVal->getValue()) in SwitchToLookupTable()
5423 const ResultListTy &ResultList = ResultLists[PHI]; in SwitchToLookupTable() local
5428 SwitchLookupTable Table(Mod, TableSize, MinCaseVal, ResultList, DV, DL, in SwitchToLookupTable()
5448 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()