Return true if the input function which is cold at all call sites, should use coldcc calling convention.
Synopsis
Declared in <llvm/Analysis/TargetTransformInfo.h>
bool
useColdCCForColdCall(Function& F) const;
Return Value
True if the input function which is cold at all call sites,.
Parameters
Name |
Description |
F |
Function that is cold at all call sites. |
Created with MrDocs