Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp229 bool computeBlockWeights(Function &F);
620 bool SampleProfileLoader::computeBlockWeights(Function &F) { in computeBlockWeights() function in SampleProfileLoader
1466 Changed |= computeBlockWeights(F); in emitAnnotations()