Searched refs:ResultList (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | PassManager.h | 472 AnalysisResultListT &ResultList = AnalysisResultLists[&IR]; in getResultImpl() local 473 ResultList.emplace_back(PassID, P.run(IR, this)); in getResultImpl() 474 RI->second = std::prev(ResultList.end()); in getResultImpl()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 4235 const ResultListTy &ResultList = ResultLists[PHIs[0]]; in SwitchToLookupTable() local 4236 for (size_t I = 0, E = ResultList.size(); I != E; ++I) { in SwitchToLookupTable() 4237 uint64_t Idx = (ResultList[I].first->getValue() - in SwitchToLookupTable() 4263 const ResultListTy &ResultList = ResultLists[PHI]; in SwitchToLookupTable() local 4267 SwitchLookupTable Table(Mod, TableSize, MinCaseVal, ResultList, DV, DL); in SwitchToLookupTable() 4286 reuseTableCompare(User, PhiBlock, RangeCheckBranch, DV, ResultList); in SwitchToLookupTable()
|