Searched defs:useColdCCForColdCall (Results 1 – 3 of 3) sorted by relevance
427 bool PPCTTIImpl::useColdCCForColdCall(Function &F) const { in useColdCCForColdCall() function in PPCTTIImpl
432 virtual bool useColdCCForColdCall(Function &F) const { return false; } in useColdCCForColdCall() function
607 bool TargetTransformInfo::useColdCCForColdCall(Function &F) const { in useColdCCForColdCall() function in TargetTransformInfo