Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp135 bool inlineHotFunctions(Function &F);
674 bool SampleProfileLoader::inlineHotFunctions(Function &F) { in inlineHotFunctions() function in SampleProfileLoader
1170 Changed |= inlineHotFunctions(F); in emitAnnotations()