Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/usr.bin/perl/dist/Attribute-Handlers/
H A DChanges26 - Critical doc patch
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp382 if (Hotness == CalleeInfo::HotnessType::Critical) in computeImportForFunction()
400 Edge.second.getHotness() == CalleeInfo::HotnessType::Critical; in computeImportForFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h64 Critical = 4 enumerator
117 case CalleeInfo::HotnessType::Critical: in getHotnessName()
/openbsd-src/gnu/llvm/llvm/docs/
H A DReleaseProcess.rst223 * Critical bugs on compilation should be fixed as soon as possible, possibly
H A DLangRef.rst7840 ``Hot``, and ``Critical``), and ``relbf`` (which holds the integer
/openbsd-src/usr.bin/ssh/
H A DPROTOCOL.certkeys221 Critical options
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp543 : CalleeInfo::HotnessType::Critical); in computeFunctionSummary()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlgit.pod150 fixes. Critical bug fix patches should be made against the relevant
H A Dperl5100delta.pod1385 =item Critical signals
H A Dperl5220delta.pod233 Critical bugfix: outside packages could be replaced. L<Safe> has
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-mca.rst734 Critical sequence based on the simulation:
/openbsd-src/gnu/gcc/gcc/
H A Dtree.def1014 Operand 0: OMP_CRITICAL_BODY: Critical section body.
/openbsd-src/share/misc/
H A Dusb_hid_usages108 0xC3 Coolant Critical Level
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp9136 Hotness = CalleeInfo::HotnessType::Critical; in parseHotness()