Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManagerImpl.h155 AnalysisResultListT &ResultList = AnalysisResultLists[&IR]; in getResultImpl() local
156 ResultList.emplace_back(ID, P.run(IR, *this, ExtraArgs...)); in getResultImpl()
165 RI->second = std::prev(ResultList.end()); in getResultImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6862 const ResultListTy &ResultList = ResultLists[PHIs[0]]; in SwitchToLookupTable() local
6863 for (size_t I = 0, E = ResultList.size(); I != E; ++I) { in SwitchToLookupTable()
6864 uint64_t Idx = (ResultList[I].first->getValue() - TableIndexOffset->getValue()) in SwitchToLookupTable()
6898 const ResultListTy &ResultList = ResultLists[PHI]; in SwitchToLookupTable() local
6904 SwitchLookupTable Table(Mod, TableSize, TableIndexOffset, ResultList, DV, in SwitchToLookupTable()
6915 reuseTableCompare(User, PhiBlock, RangeCheckBranch, DV, ResultList); in SwitchToLookupTable()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7828 template<typename Derived, typename ResultList, typename Result,
7845 ResultList visit() { in visit()
7850 ResultList Results; in visit()
7876 /// \return \c true if the ResultList object said we're done, \c false if not.
7877 bool visitSubobjects(ResultList &Results, CXXRecordDecl *Record, in visitSubobjects()