Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp140 bool computeBlockWeights(Function &F);
514 bool SampleProfileLoader::computeBlockWeights(Function &F) { in computeBlockWeights() function in SampleProfileLoader
1173 Changed |= computeBlockWeights(F); in emitAnnotations()