Searched defs:useColdCCForColdCall (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Target/PowerPC/ | ||
H A D | PPCTargetTransformInfo.cpp | 424 bool PPCTTIImpl::useColdCCForColdCall(Function &F) { useColdCCForColdCall() function in PPCTTIImpl |
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 368 bool useColdCCForColdCall(Function &F) const { return false; } useColdCCForColdCall() function |
H A D | TargetTransformInfo.h | 2454 bool useColdCCForColdCall(Function &F) override { useColdCCForColdCall() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 586 bool TargetTransformInfo::useColdCCForColdCall(Function &F) const { useColdCCForColdCall() function in TargetTransformInfo |