Searched refs:Cold (Results 1 - 18 of 18) sorted by relevance

/external/llvm/include/llvm/IR/
H A DCallingConv.h41 // Cold - This calling convention attempts to make code in the caller as
45 Cold = 9, enumerator in enum:llvm::CallingConv::ID
H A DAttributes.h75 Cold, ///< Marks function as being in a cold path. enumerator in enum:llvm::Attribute::AttrKind
/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp188 F1->setCallingConv(CallingConv::Cold);
200 EXPECT_EQ(CallingConv::Cold, F2->getCallingConv());
/external/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp249 case CallingConv::Cold:
302 case CallingConv::Cold:
/external/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp78 /// block containing a call to a cold function. Cold functions
244 if (CI->hasFnAttr(Attribute::Cold)) {
/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp292 Attribute::Cold);
/external/llvm/lib/IR/
H A DAttributes.cpp236 if (hasAttribute(Attribute::Cold))
395 case Attribute::Cold: return 1ULL << 40;
H A DVerifier.cpp775 I->getKindAsEnum() == Attribute::Cold ||
1063 case CallingConv::Cold:
H A DAsmWriter.cpp73 case CallingConv::Cold: Out << "coldcc"; break;
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp889 // Turn on Cold attribute for cold functions.
891 Fn->addFnAttr(llvm::Attribute::Cold);
H A DCodeGenModule.cpp712 B.addAttribute(llvm::Attribute::Cold);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1627 if (!CI->hasFnAttr(Attribute::Cold) && isReportingError(Callee, CI)) {
1628 CI->addAttribute(AttributeSet::FunctionIndex, Attribute::Cold);
/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp1052 if (F.getCallingConv() == CallingConv::Cold)
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp174 case Attribute::Cold:
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp274 case CallingConv::Cold: Out << "CallingConv::Cold"; break;
/external/llvm/lib/AsmParser/
H A DLLParser.cpp1020 case lltok::kw_cold: B.addAttribute(Attribute::Cold); break;
1510 case lltok::kw_coldcc: CC = CallingConv::Cold; break;
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp562 return Attribute::Cold;
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids17238 0d6 Thermistor Cold

Completed in 879 milliseconds