Home
last modified time | relevance | path

Searched refs:SampleProfileInference (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h119 template <typename FT> class SampleProfileInference {
130 SampleProfileInference(FunctionT &F, BlockEdgeMap &Successors, in SampleProfileInference() function
163 void SampleProfileInference<BT>::apply(BlockWeightMap &BlockWeights, in apply()
242 FlowFunction SampleProfileInference<BT>::createFlowFunction( in createFlowFunction()
302 inline void SampleProfileInference<BT>::findUnlikelyJumps( in findUnlikelyJumps()
307 inline bool SampleProfileInference<BT>::isExit(const BasicBlockT *BB) { in isExit()
H A DSampleProfileLoaderBaseImpl.h980 auto Infer = SampleProfileInference<FT>(F, Successors, SampleBlockWeights);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp612 inline bool SampleProfileInference<Function>::isExit(const BasicBlock *BB) { in isExit()
617 inline void SampleProfileInference<Function>::findUnlikelyJumps( in findUnlikelyJumps()
/freebsd/lib/clang/libllvm/
H A DMakefile2118 SRCS_MIN+= Transforms/Utils/SampleProfileInference.cpp