Home
last modified time | relevance | path

Searched refs:SampleBlockWeights (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h131 BlockWeightMap &SampleBlockWeights) in SampleProfileInference() argument
132 : F(F), Successors(Successors), SampleBlockWeights(SampleBlockWeights) {} in SampleProfileInference()
159 BlockWeightMap &SampleBlockWeights; variable
198 auto It = SampleBlockWeights.find(BB); in apply()
199 if (It != SampleBlockWeights.end() && It->second > 0) { in apply()
250 auto It = SampleBlockWeights.find(BB); in createFlowFunction()
251 if (It != SampleBlockWeights.end()) { in createFlowFunction()
H A DSampleProfileLoaderBaseImpl.h249 BlockWeightMap &SampleBlockWeights,
927 BlockWeightMap SampleBlockWeights;
931 SampleBlockWeights[&BI] = Weight.get();
934 applyProfi(F, Successors, SampleBlockWeights, BlockWeights, EdgeWeights);
978 FunctionT &F, BlockEdgeMap &Successors, BlockWeightMap &SampleBlockWeights,
980 auto Infer = SampleProfileInference<FT>(F, Successors, SampleBlockWeights);