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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp576 bool PPCTTIImpl::useColdCCForColdCall(Function &F) { function in class:PPCTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h315 bool useColdCCForColdCall(Function &F) { return false; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp385 bool TargetTransformInfo::useColdCCForColdCall(Function &F) const { function in class:TargetTransformInfo

Completed in 198 milliseconds