Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4840 typedef SmallVector<std::pair<ConstantInt *, Constant *>, 4> ResultListTy; in SwitchToLookupTable() typedef
4841 SmallDenseMap<PHINode *, ResultListTy> ResultLists; in SwitchToLookupTable()
4959 const ResultListTy &ResultList = ResultLists[PHIs[0]]; in SwitchToLookupTable()
4992 const ResultListTy &ResultList = ResultLists[PHI]; in SwitchToLookupTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5267 using ResultListTy = SmallVector<std::pair<ConstantInt *, Constant *>, 4>; in SwitchToLookupTable() typedef
5268 SmallDenseMap<PHINode *, ResultListTy> ResultLists; in SwitchToLookupTable()
5391 const ResultListTy &ResultList = ResultLists[PHIs[0]]; in SwitchToLookupTable()
5423 const ResultListTy &ResultList = ResultLists[PHI]; in SwitchToLookupTable()