Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6581 using ResultListTy = SmallVector<std::pair<ConstantInt *, Constant *>, 4>; in SwitchToLookupTable() typedef
6582 SmallDenseMap<PHINode *, ResultListTy> ResultLists; in SwitchToLookupTable()
6755 const ResultListTy &ResultList = ResultLists[PHIs[0]]; in SwitchToLookupTable()
6791 const ResultListTy &ResultList = ResultLists[PHI]; in SwitchToLookupTable()