Home
last modified time | relevance | path

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

/src/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()
301 inline void SampleProfileInference<BT>::findUnlikelyJumps( in findUnlikelyJumps()
306 inline bool SampleProfileInference<BT>::isExit(const BasicBlockT *BB) { in isExit()
H A DSampleProfileLoaderBaseImpl.h983 auto Infer = SampleProfileInference<FT>(F, Successors, SampleBlockWeights);
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp611 inline bool SampleProfileInference<Function>::isExit(const BasicBlock *BB) { in isExit()
616 inline void SampleProfileInference<Function>::findUnlikelyJumps( in findUnlikelyJumps()
/src/lib/clang/libllvm/
H A DMakefile1982 SRCS_MIN+= Transforms/Utils/SampleProfileInference.cpp