Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSampleProfile.cpp111 bool computeBlockWeights(Function &F);
270 bool SampleProfileLoader::computeBlockWeights(Function &F) { in computeBlockWeights() function in SampleProfileLoader
718 Changed |= computeBlockWeights(F); in emitAnnotations()