Home
last modified time | relevance | path

Searched refs:hot (Results 1 – 25 of 100) sorted by relevance

1234

/openbsd/src/gnu/llvm/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt14 exceeds a threshold, we identify a hot loop and perform second-level
15 instrumentation on the hot loop region (the instructions between the
28 first machine-code basic block of the hot loop region.
31 exits from the hot region? 3 step process.
33 1) Do a DFS from the first machine-code basic block of the hot loop
36 2) Do a DFS from the last machine-code basic block of the hot loop
39 the end BB of the hot region).
41 3) Mark BBs which end in edges that exit the hot region; we need to
48 through the hot region. Silently fail if we need more than 64 bits.
58 verify our assumption that we picked a hot back-edge in first-level
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
Dbuiltin-types-compatible-p.c7 typedef enum { hot, dog, poo, bear } dingos; enumerator
19 && __builtin_types_compatible_p (typeof (hot), int) in main()
20 && __builtin_types_compatible_p (typeof (hot), typeof (laura)) in main()
/openbsd/src/sbin/fsck/
Dfsutil.c49 static int hot = 0; variable
84 return hot; in hotroot()
201 hot = 0; in blockcheck()
209 hot++; in blockcheck()
/openbsd/src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/
D3-load_po_with_i_default.t24 is(loc("I have got %1 alerts", "hot"), "Maybe it's because I'm a hot Londoner, that I love London t…
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dparams.def175 "hot-bb-count-fraction",
177 program given basic block needs to have to be considered hot",
180 "hot-bb-frequency-fraction",
182 block in function given basic block needs to have to be considered hot",
/openbsd/src/games/quiz/datfiles/
Dposneg7 hot:cold
/openbsd/src/sys/arch/sparc64/dev/
Dcreator.c272 curs->hot.x = sc->sc_curs_hot.x; in creator_ioctl()
273 curs->hot.y = sc->sc_curs_hot.y; in creator_ioctl()
389 sc->sc_curs_hot.x = curs->hot.x; in creator_setcursor()
390 sc->sc_curs_hot.y = curs->hot.y; in creator_setcursor()
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
DTiedOutFH.pm86 In a saucepan set over moderate heat, warm the oil until hot.
/openbsd/src/sys/dev/sbus/
Dcgsix.c309 curs->hot.x = sc->sc_curs_hot.x; in cgsix_ioctl()
310 curs->hot.y = sc->sc_curs_hot.y; in cgsix_ioctl()
422 sc->sc_curs_hot.x = curs->hot.x; in cgsix_setcursor()
423 sc->sc_curs_hot.y = curs->hot.y; in cgsix_setcursor()
/openbsd/src/sys/dev/ic/
Dbt485.c365 data->curhot = cursorp->hot;
434 cursorp->hot = data->curhot; /* DOHOT */
/openbsd/src/gnu/usr.bin/cvs/
DPROJECTS22 is one of the hot spots.
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/
DState.pm247 hot => sub {
/openbsd/src/gnu/gcc/gcc/
Dinsn-notes.def92 between hot and cold text sections. */
Dparams.def322 "hot-bb-count-fraction",
323 …unt of repetitions of basic block in program given basic block needs to have to be considered hot",
326 "hot-bb-frequency-fraction",
327 …ncy of executions of basic block in function given basic block needs to have to be considered hot",
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DAttributes.td86 /// Marks function as being in a hot path and frequently called.
87 def Hot: EnumAttr<"hot", [FnAttr]>;
/openbsd/src/gnu/usr.bin/perl/lib/unicore/emoji/
Demoji.txt55 2614..2615 ; Emoji # E0.6 [2] (☔..☕) umbrella with rain drops..hot beverage
73 2668 ; Emoji # E0.6 [1] (♨️) hot springs
166 1F32D..1F32F ; Emoji # E1.0 [3] (��..��) hot dog..burrito
170 1F336 ; Emoji # E0.7 [1] (��️) hot pepper
440 2614..2615 ; Emoji_Presentation # E0.6 [2] (☔..☕) umbrella with rain drops..hot beverage
493 1F32D..1F32F ; Emoji_Presentation # E1.0 [3] (��..��) hot dog..burrito
839 2614..2615 ; Extended_Pictographic# E0.6 [2] (☔..☕) umbrella with rain drops..hot beverage
872 2668 ; Extended_Pictographic# E0.6 [1] (♨️) hot springs
1001 1F32D..1F32F ; Extended_Pictographic# E1.0 [3] (��..��) hot dog..burrito
1005 1F336 ; Extended_Pictographic# E0.7 [1] (��️) hot pepper
/openbsd/src/gnu/llvm/clang/docs/
DSanitizerSpecialCaseList.rst22 * speedup hot function, which is known to be correct;
/openbsd/src/sys/dev/wscons/
Dwsconsio.h505 struct wsdisplay_curpos hot; /* hot spot */ member
/openbsd/src/gnu/llvm/llvm/utils/vim/syntax/
Dllvm.vim97 \ hot
/openbsd/src/gnu/llvm/llvm/docs/
DBlockFrequencyTerminology.rst116 used in isolation to indicate whether a block is relatively hot or cold, or to
DSpeculativeLoadHardening.md178 * A prediction towards a hot call target of a virtual method can lead to it
181 * A hot case may be speculatively executed due to prediction instead of the
183 * A hot common return address may be predicted incorrectly when returning from
835 of using `lfence` indicates few if any hot code patterns where this trade off
951 any form of recursive evaluation engine. The hot, rapid call and return
1087 For both limiting the scope of mitigation or manually mitigating hot functions,
/openbsd/src/sys/arch/landisk/conf/
DGENERIC187 pseudo-device hotplug 1 # devices hot plugging
/openbsd/src/gnu/llvm/lld/docs/ELF/
Dlinker_script.rst72 (``.text.hot.``, ``.text.unknown.``, ``.text.unlikely.``, etc) in the
/openbsd/src/gnu/llvm/llvm/docs/Frontend/
DPerformanceTips.rst162 #. In hot loops, consider duplicating instructions from small basic blocks
164 If a hot successor block contains instructions which can be vectorized
/openbsd/src/sys/arch/loongson/conf/
DGENERIC249 pseudo-device hotplug 1 # devices hot plugging

1234