HomeSort by: relevance | last modified time | path
    Searched refs:ResultList (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PassManagerImpl.h 72 AnalysisResultListT &ResultList = AnalysisResultLists[&IR];
73 ResultList.emplace_back(ID, P.run(IR, *this, ExtraArgs...));
82 RI->second = std::prev(ResultList.end());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 6042 const ResultListTy &ResultList = ResultLists[PHIs[0]];
6043 for (size_t I = 0, E = ResultList.size(); I != E; ++I) {
6044 uint64_t Idx = (ResultList[I].first->getValue() - MinCaseVal->getValue())
6079 const ResultListTy &ResultList = ResultLists[PHI];
6084 SwitchLookupTable Table(Mod, TableSize, MinCaseVal, ResultList, DV, DL,
6104 reuseTableCompare(User, PhiBlock, RangeCheckBranch, DV, ResultList);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp 7519 template<typename Derived, typename ResultList, typename Result,
7536 ResultList visit() {
7541 ResultList Results;
7567 /// \return \c true if the ResultList object said we're done, \c false if not.
7568 bool visitSubobjects(ResultList &Results, CXXRecordDecl *Record,

Completed in 47 milliseconds