Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()