Searched refs:Cold (Results 1 – 23 of 23) sorted by relevance
48 Cold = 9, enumerator
75 Cold, ///< Marks function as being in a cold path. enumerator
187 F1->setCallingConv(CallingConv::Cold); in TEST_F()199 EXPECT_EQ(CallingConv::Cold, F2->getCallingConv()); in TEST_F()
2 ; Test that functions with attribute Cold are not inlined while the 3 ; same function without attribute Cold will be inlined.
257 case CallingConv::Cold: in getCalleeSavedRegs()317 case CallingConv::Cold: in getCallPreservedMask()
278 Callee->hasFnAttribute(Attribute::Cold); in getInlineThreshold()
263 if (hasAttribute(Attribute::Cold)) in getAsString()431 case Attribute::Cold: return 1ULL << 40; in getAttrMask()
1267 I->getKindAsEnum() == Attribute::Cold || in VerifyAttributeTypes()1645 case CallingConv::Cold: in visitFunction()
296 case CallingConv::Cold: Out << "coldcc"; break; in PrintCallingConv()
246 if (CI->hasFnAttr(Attribute::Cold)) { in calcColdCallHeuristics()
141 ; Cold OSR Exit
107 ; Cold OSR Exit
785 Fn->addFnAttr(llvm::Attribute::Cold); in applyFunctionAttributes()
735 B.addAttribute(llvm::Attribute::Cold); in SetLLVMFunctionAttributesForDefinition()
154 ; Cold OSR Exit
1090 if (F.getCallingConv() == CallingConv::Cold) in analyzeCall()
1523 if (!CI->hasFnAttr(Attribute::Cold) && in optimizeErrorReporting()1525 CI->addAttribute(AttributeSet::FunctionIndex, Attribute::Cold); in optimizeErrorReporting()
523 def Cold : InheritableAttr {774 // semantic checking for mutual exclusion with the Cold attribute.
1097 cast<CallInst>(reloc)->setCallingConv(CallingConv::Cold); in CreateGCRelocates()
277 case CallingConv::Cold: Out << "CallingConv::Cold"; break; in printCallingConv()
943 case lltok::kw_cold: B.addAttribute(Attribute::Cold); break; in ParseFnAttributeValuePairs()1462 case lltok::kw_coldcc: CC = CallingConv::Cold; break; in ParseOptionalCallingConv()
171 case Attribute::Cold: in getAttrKindEncoding()
1070 return Attribute::Cold; in GetAttrFromCode()