LLVM 20.0.0git
|
#include "llvm/ExecutionEngine/Orc/SpeculateAnalyses.h"
Public Member Functions | |
ResultTy | operator() (Function &F) |
Additional Inherited Members | |
Public Types inherited from llvm::orc::SpeculateQuery | |
using | ResultTy = std::optional< DenseMap< StringRef, DenseSet< StringRef > > > |
Protected Member Functions inherited from llvm::orc::SpeculateQuery | |
void | findCalles (const BasicBlock *, DenseSet< StringRef > &) |
bool | isStraightLine (const Function &F) |
Definition at line 35 of file SpeculateAnalyses.h.
BlockFreqQuery::ResultTy llvm::orc::BlockFreqQuery::operator() | ( | Function & | F | ) |
Definition at line 87 of file SpeculateAnalyses.cpp.
References assert(), llvm::detail::DenseSetImpl< ValueT, MapTy, ValueInfoT >::empty(), F, FAM, llvm::orc::SpeculateQuery::findCalles(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), I, llvm::DenseMapBase< DerivedT, KeyT, ValueT, KeyInfoT, BucketT >::insert(), PB(), llvm::SmallVectorTemplateBase< T, bool >::push_back(), llvm::PassBuilder::registerFunctionAnalyses(), llvm::SmallVectorBase< Size_T >::size(), llvm::sort(), and true.