Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyBranchProbabilityInfo.h56 class LazyBranchProbabilityInfo {
58 LazyBranchProbabilityInfo(const Function *F, const LoopInfo *LI, in LazyBranchProbabilityInfo() function
73 return const_cast<LazyBranchProbabilityInfo *>(this)->getCalculated(); in getCalculated()
84 std::unique_ptr<LazyBranchProbabilityInfo> LBPI;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyBranchProbabilityInfo.cpp61 LBPI = std::make_unique<LazyBranchProbabilityInfo>(&F, &LI, &TLI); in runOnFunction()
/freebsd/lib/clang/libllvm/
H A DMakefile117 SRCS_MIN+= Analysis/LazyBranchProbabilityInfo.cpp