Home
last modified time | relevance | path

Searched refs:Critical (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h133 bool Critical = isCriticalEdge(TI, i); in buildEdges() local
135 if (Critical) { in buildEdges()
146 E->IsCritical = Critical; in buildEdges()
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/BtVer2/
H A Dbottleneck-hints-2.s25 # CHECK: Critical sequence based on the simulation:
H A Dbottleneck-hints-4.s27 # CHECK: Critical sequence based on the simulation:
H A Dbottleneck-hints-1.s26 # CHECK: Critical sequence based on the simulation:
H A Dbottleneck-hints-3.s30 # CHECK: Critical sequence based on the simulation:
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/COFF/
H A Dprivate-headers-old.test67 LOADCFG-NEXT: Critical Section Default Timeout: 0
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/
H A Doption-all-views-1.s28 # FULLREPORT: Critical sequence based on the simulation:
H A Doption-all-views-2.s27 # ALL: Critical sequence based on the simulation:
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_itt.inl769 /* Critical reporting.
770 Critical sections are treated exactly as locks (but have different object
774 ___kmp_itt_lock_init(lock, "OMP Critical", loc);
778 ___kmp_itt_lock_init(lock, "OMP Critical");
795 ___kmp_itt_lock_fini(lock, "OMP Critical");
/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/
H A Duglygep.ll84 ; Critical edge split.
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/SkylakeClient/
H A Dbottleneck-analysis.s49 # CHECK: Critical sequence based on the simulation:
/llvm-project-15.0.7/llvm/test/Transforms/GuardWidening/
H A Dposion.ll110 ; The test shows the bug in guard widening. Critical pieces.
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp382 if (Hotness == CalleeInfo::HotnessType::Critical) in computeImportForFunction()
400 Edge.second.getHotness() == CalleeInfo::HotnessType::Critical; in computeImportForFunction()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h62 Critical = 4 enumerator
115 case CalleeInfo::HotnessType::Critical: in getHotnessName()
/llvm-project-15.0.7/llvm/docs/
H A DReleaseProcess.rst223 * Critical bugs on compilation should be fixed as soon as possible, possibly
H A DLangRef.rst7672 ``Hot``, and ``Critical``), and ``relbf`` (which holds the integer
/llvm-project-15.0.7/clang/test/Analysis/
H A Dlocalization-aggressive.m265 …NSString *string3 = NSLocalizedString((0 ? @"Critical" : @"Current"),nil); // expected-warning {{L…
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp485 : CalleeInfo::HotnessType::Critical); in computeFunctionSummary()
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-mca.rst643 Critical sequence based on the simulation:
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp8851 Hotness = CalleeInfo::HotnessType::Critical; in parseHotness()