Home
last modified time | relevance | path

Searched defs:useColdCCForColdCall (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp427 bool PPCTTIImpl::useColdCCForColdCall(Function &F) const { in useColdCCForColdCall() function in PPCTTIImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h432 virtual bool useColdCCForColdCall(Function &F) const { return false; } in useColdCCForColdCall() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp607 bool TargetTransformInfo::useColdCCForColdCall(Function &F) const { in useColdCCForColdCall() function in TargetTransformInfo