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.h147 AnalysisResultListT &ResultList = AnalysisResultLists[&IR]; in getResultImpl() local
148 ResultList.emplace_back(ID, P.run(IR, *this, ExtraArgs...)); in getResultImpl()
157 RI->second = std::prev(ResultList.end()); in getResultImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7040 const ResultListTy &ResultList = ResultLists[PHIs[0]]; in switchToLookupTable() local
7041 for (const auto &Result : ResultList) { in switchToLookupTable()
7076 const ResultListTy &ResultList = ResultLists[PHI]; in switchToLookupTable() local
7078 Type *ResultType = ResultList.begin()->second->getType(); in switchToLookupTable()
7084 SwitchLookupTable Table(Mod, TableSize, TableIndexOffset, ResultList, DV, in switchToLookupTable()
7095 reuseTableCompare(User, PhiBlock, RangeCheckBranch, DV, ResultList); in switchToLookupTable()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7993 template<typename Derived, typename ResultList, typename Result,
8010 ResultList visit() { in visit()
8015 ResultList Results; in visit()
8042 bool visitSubobjects(ResultList &Results, CXXRecordDecl *Record, in visitSubobjects()