Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp225 DenseSet<GlobalValue::GUID> &InlinedGUIDs);
780 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) { in inlineHotFunctions() argument
813 FS->findInlinedFunctions(InlinedGUIDs, F.getParent(), in inlineHotFunctions()
853 InlinedGUIDs, F.getParent(), PSI->getOrCompHotCountThreshold()); in inlineHotFunctions()
1462 DenseSet<GlobalValue::GUID> InlinedGUIDs; in emitAnnotations() local
1463 Changed |= inlineHotFunctions(F, InlinedGUIDs); in emitAnnotations()
1476 &InlinedGUIDs); in emitAnnotations()