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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4505 SmallDenseMap<PHINode*, ResultListTy> ResultLists; local
4528 if (!ResultLists.count(PHI))
4530 ResultLists[PHI].push_back(std::make_pair(CaseVal, Value));
4536 ResultTypes[PHI] = ResultLists[PHI][0].second->getType();
4539 uint64_t NumResults = ResultLists[PHIs[0]].size();
4626 const ResultListTy &ResultList = ResultLists[PHIs[0]];
4661 const ResultListTy &ResultList = ResultLists[PHI];
4664 Constant *DV = NeedMask ? ResultLists[PHI][0].second : DefaultResults[PHI];

Completed in 76 milliseconds