| /openbsd/src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| D | 2003-06-25-Reoptimizer1.txt | 14 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/ |
| D | builtin-types-compatible-p.c | 7 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/ |
| D | fsutil.c | 49 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/ |
| D | 3-load_po_with_i_default.t | 24 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/ |
| D | params.def | 175 "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/ |
| D | posneg | 7 hot:cold
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | creator.c | 272 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/ |
| D | TiedOutFH.pm | 86 In a saucepan set over moderate heat, warm the oil until hot.
|
| /openbsd/src/sys/dev/sbus/ |
| D | cgsix.c | 309 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/ |
| D | bt485.c | 365 data->curhot = cursorp->hot; 434 cursorp->hot = data->curhot; /* DOHOT */
|
| /openbsd/src/gnu/usr.bin/cvs/ |
| D | PROJECTS | 22 is one of the hot spots.
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/ |
| D | State.pm | 247 hot => sub {
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | insn-notes.def | 92 between hot and cold text sections. */
|
| D | params.def | 322 "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/ |
| D | Attributes.td | 86 /// 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/ |
| D | emoji.txt | 55 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/ |
| D | SanitizerSpecialCaseList.rst | 22 * speedup hot function, which is known to be correct;
|
| /openbsd/src/sys/dev/wscons/ |
| D | wsconsio.h | 505 struct wsdisplay_curpos hot; /* hot spot */ member
|
| /openbsd/src/gnu/llvm/llvm/utils/vim/syntax/ |
| D | llvm.vim | 97 \ hot
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | BlockFrequencyTerminology.rst | 116 used in isolation to indicate whether a block is relatively hot or cold, or to
|
| D | SpeculativeLoadHardening.md | 178 * 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/ |
| D | GENERIC | 187 pseudo-device hotplug 1 # devices hot plugging
|
| /openbsd/src/gnu/llvm/lld/docs/ELF/ |
| D | linker_script.rst | 72 (``.text.hot.``, ``.text.unknown.``, ``.text.unlikely.``, etc) in the
|
| /openbsd/src/gnu/llvm/llvm/docs/Frontend/ |
| D | PerformanceTips.rst | 162 #. 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/ |
| D | GENERIC | 249 pseudo-device hotplug 1 # devices hot plugging
|