| /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/ |
| H A D | sample-overlap.test | 13 ; OVERLAP0: Hot-function overlap: 100.000% 17 ; OVERLAP0: Hot-block overlap: 100.000% 34 ; OVERLAP1: Hot-function overlap: 100.000% 38 ; OVERLAP1: Hot-block overlap: 100.000% 55 ; OVERLAP2: Hot-function overlap: 100.000% 59 ; OVERLAP2: Hot-block overlap: 100.000% 80 ; OVERLAP3: Hot-function overlap: 16.667% 84 ; OVERLAP3: Hot-block overlap: 4.545% 109 ; OVERLAP4: Hot-block overlap: 14.286% 133 ; CS: Hot-function overlap: 100.000% [all …]
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | thinlto-function-summary-callgraph-sample-profile-summary.ll | 79 br i1 %a, label %Cold, label %Hot, !prof !41 85 Hot: ; 999/1000 goes here
|
| H A D | thinlto-function-summary-callgraph-profile-summary.ll | 90 br i1 %a, label %Cold, label %Hot, !prof !41 97 Hot: ; 999/1000 goes here
|
| /llvm-project-15.0.7/bolt/test/runtime/X86/ |
| H A D | pie-exceptions-failed-split.test | 14 ## Hot code in the test case gets larger after splitting because of jump
|
| /llvm-project-15.0.7/llvm/test/Transforms/FunctionImport/ |
| H A D | hotness_based_import.ll | 84 br i1 %a, label %Cold, label %Hot, !prof !41 91 Hot: ; 999/1000 goes here
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | shrinkwrapping-do-not-pessimize.s | 27 # Hot prologue
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 476 bool Hot); 986 bool Hot) { in emitOptimizationRemarksForInlineCandidates() argument 994 << (Hot ? "hotness: '" : "size: '") in emitOptimizationRemarksForInlineCandidates() 1116 bool Hot = false; in inlineHotFunctions() local 1131 Hot = true; in inlineHotFunctions() 1140 if (Hot || ExternalInlineAdvisor) { in inlineHotFunctions()
|
| H A D | FunctionImport.cpp | 378 if (Hotness == CalleeInfo::HotnessType::Hot) in computeImportForFunction() 398 Edge.second.getHotness() == CalleeInfo::HotnessType::Hot; in computeImportForFunction()
|
| H A D | WholeProgramDevirt.cpp | 1186 CalleeInfo CI(CalleeInfo::HotnessType::Hot, /* RelBF = */ 0); in AddCalls()
|
| /llvm-project-15.0.7/libcxx/benchmarks/ |
| H A D | string.bench.cpp | 487 enum class Temperature { Hot, Cold }; enumerator 496 Temperature() == ::Temperature::Hot in run()
|
| /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/ |
| H A D | bfi_verification.ll | 108 …LY-CHECK: remark: <unknown>:0:0: BB if.then25 Count=6013544 BFI_Count=6277124 (raw-Cold to BFI-Hot)
|
| /llvm-project-15.0.7/clang/test/Misc/ |
| H A D | pragma-attribute-supported-attributes-list.test | 75 // CHECK-NEXT: Hot (SubjectMatchRule_function)
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 61 Hot = 3, enumerator 113 case CalleeInfo::HotnessType::Hot: in getHotnessName()
|
| H A D | Attributes.td | 90 def Hot: EnumAttr<"hot", [FnAttr]>;
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ModuleSummaryAnalysis.cpp | 129 return CalleeInfo::HotnessType::Hot; in getHotness()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 931 case Attribute::Hot: in constructFunction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1903 if (F->hasFnAttribute(Attribute::Hot)) { in annotateAllFunctions()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Attr.td | 1519 def Hot : InheritableAttr { 1525 def : MutualExclusions<[Hot, Cold]>;
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 639 case Attribute::Hot: in getAttrKindEncoding()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2110 FuncAttrs.addAttribute(llvm::Attribute::Hot); in ConstructAttributeList()
|
| H A D | CodeGenModule.cpp | 2046 B.addAttribute(llvm::Attribute::Hot); in SetLLVMFunctionAttributesForDefinition()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 499 if (F.hasFnAttribute(Attribute::Hot) || in runOnFunction()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2003 return Attribute::Hot; in getAttrFromCode()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 8848 Hotness = CalleeInfo::HotnessType::Hot; in parseHotness()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | LangRef.rst | 7672 ``Hot``, and ``Critical``), and ``relbf`` (which holds the integer
|