Searched refs:markFunctionCold (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp146 static bool markFunctionCold(Function &F, bool UpdateEntryCount = false) { function in namespace:__anon4534
337 markFunctionCold(*OutF, BFI != nullptr);
599 return markFunctionCold(F);
664 Changed |= markFunctionCold(F);

Completed in 105 milliseconds