Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp556 bool PPCTTIImpl::useColdCCForColdCall(Function &F) { in useColdCCForColdCall() function in PPCTTIImpl
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h315 bool useColdCCForColdCall(Function &F) { return false; } in useColdCCForColdCall() function
DTargetTransformInfo.h1584 bool useColdCCForColdCall(Function &F) override { in useColdCCForColdCall() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp385 bool TargetTransformInfo::useColdCCForColdCall(Function &F) const { in useColdCCForColdCall() function in TargetTransformInfo