Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h147 bool Critical = isCriticalEdge(TI, i); in buildEdges() local
149 if (Critical) { in buildEdges()
160 E->IsCritical = Critical; in buildEdges()
/src/contrib/ntp/
H A DNOTES.y2kfixes21 Critical fragments of code tested with other dates by special
/src/sys/contrib/openzfs/module/zstd/
H A DREADME.md25 2. Critical patches may be applied up until the next release freeze,
/src/contrib/llvm-project/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");
/src/contrib/googletest/docs/
H A Dquickstart-bazel.md130 INFO: Elapsed time: 4.190s, Critical Path: 3.05s
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h65 Critical = 4 enumerator
128 case CalleeInfo::HotnessType::Critical: in getHotnessName()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp753 if (Hotness == CalleeInfo::HotnessType::Critical) in computeImportForFunction()
771 Edge.second.getHotness() == CalleeInfo::HotnessType::Critical; in computeImportForFunction()
/src/crypto/openssh/
H A DPROTOCOL.certkeys221 Critical options
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp632 : CalleeInfo::HotnessType::Critical); in computeFunctionSummary()
/src/contrib/libxo/doc/
H A Dapi.rst1398 LOG_CRIT Critical conditions
/src/contrib/one-true-awk/testdir/
H A Dfunstack.ok1955 Domenico Ferrari Improving Locality by Critical Working
H A Dfunstack.in14673 title = "Improving Locality by Critical Working Sets",
/src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9773 Hotness = CalleeInfo::HotnessType::Critical; in parseHotness()