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.h72 AnalysisResultListT &ResultList = AnalysisResultLists[&IR]; in getResultImpl() local
73 ResultList.emplace_back(ID, P.run(IR, *this, ExtraArgs...)); in getResultImpl()
82 RI->second = std::prev(ResultList.end()); in getResultImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6755 const ResultListTy &ResultList = ResultLists[PHIs[0]]; in SwitchToLookupTable() local
6756 for (size_t I = 0, E = ResultList.size(); I != E; ++I) { in SwitchToLookupTable()
6757 uint64_t Idx = (ResultList[I].first->getValue() - TableIndexOffset->getValue()) in SwitchToLookupTable()
6791 const ResultListTy &ResultList = ResultLists[PHI]; in SwitchToLookupTable() local
6796 SwitchLookupTable Table(Mod, TableSize, TableIndexOffset, ResultList, DV, in SwitchToLookupTable()
6807 reuseTableCompare(User, PhiBlock, RangeCheckBranch, DV, ResultList); in SwitchToLookupTable()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7931 template<typename Derived, typename ResultList, typename Result,
7948 ResultList visit() { in visit()
7953 ResultList Results; in visit()
7980 bool visitSubobjects(ResultList &Results, CXXRecordDecl *Record, in visitSubobjects()