Searched refs:ResultList (Results 1 – 2 of 2) sorted by relevance
/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/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()
|