Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DHotColdSplitting.h46 bool outlineColdRegions(Function &F, bool HasProfileSummary);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp581 bool HotColdSplitting::outlineColdRegions(Function &F, bool HasProfileSummary) { in outlineColdRegions() function in HotColdSplitting
711 Changed |= outlineColdRegions(F, HasProfileSummary); in run()