Searched refs:ResultLists (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3699 SmallDenseMap<PHINode*, ResultListTy> ResultLists; local
3720 if (!ResultLists.count(I->first))
3722 ResultLists[I->first].push_back(std::make_pair(CaseVal, I->second));
3783 SwitchLookupTable Table(Mod, TableSize, MinCaseVal, ResultLists[PHI],

Completed in 46 milliseconds