Searched refs:cold (Results 1 – 25 of 45) sorted by relevance
12
/external/llvm/test/Feature/ |
D | cold.ll | 8 ; CHECK: attributes #0 = { cold } 9 attributes #0 = { cold }
|
/external/llvm/test/Transforms/Inline/ |
D | inline-cold.ll | 7 ; the default cold threshold, so a cold function with size bigger 8 ; than the default cold threshold (225) will be inlined. 11 ; The same cold function will not be inlined with the default behavior. 15 ; This function should be larger than the cold threshold (75), but smaller 48 ; Function Attrs: nounwind cold readnone uwtable 85 ; This function should be larger than the default cold threshold (225). 200 attributes #1 = { nounwind cold readnone uwtable }
|
/external/okhttp/okio/benchmarks/ |
D | README.md | 20 com.squareup.okio.benchmarks.BufferPerformanceBench.cold 33 "cold" -prof gc,hs_rt,stack -r 60 -t 4 \ 37 This executes the "cold" buffer usage benchmark, using the default number of measurement and warm-u…
|
/external/clang/test/CodeGen/ |
D | attr-optnone.c | 20 __attribute__((optnone)) __attribute__((cold))
|
/external/llvm/test/Analysis/BranchProbabilityInfo/ |
D | basic.ll | 119 declare void @coldfunc() cold 145 ; Test that edges to blocks post-dominated by cold call sites 162 ; This function is not declared cold, but this call site is. 163 %val4 = call i32 @regular_function(i32 %val1) cold
|
/external/llvm/test/Transforms/InstCombine/ |
D | err-rep-cold.ll | 75 ; CHECK: attributes #[[AT1]] = { cold nounwind } 76 ; CHECK: attributes #[[AT2]] = { cold }
|
/external/ipsec-tools/src/racoon/ |
D | isakmp_cfg.c | 2132 isakmp_cfg_init(cold) in isakmp_cfg_init() argument 2133 int cold; in isakmp_cfg_init() 2146 if (cold == ISAKMP_CFG_INIT_COLD) 2150 if (cold == ISAKMP_CFG_INIT_COLD) { 2161 if (cold == ISAKMP_CFG_INIT_COLD) 2168 if (cold != ISAKMP_CFG_INIT_COLD ) 2179 if (cold != ISAKMP_CFG_INIT_COLD ) 2186 if (cold == ISAKMP_CFG_INIT_COLD) {
|
/external/libxml2/result/ |
D | slashdot.rdf.rdr | 172 3 3 #text 0 1 Suppression of cold fusion research?
|
D | slashdot.rdf.rde | 172 3 3 #text 0 1 Suppression of cold fusion research?
|
D | slashdot.rdf.sax | 174 SAX.characters(Suppression of cold fusion res, 36)
|
D | slashdot.xml.rdr | 365 3 3 #text 0 1 Suppression of cold fusion research?
|
D | slashdot.xml.rde | 365 3 3 #text 0 1 Suppression of cold fusion research?
|
D | slashdot16.xml.rdr | 569 3 3 #text 0 1 Suppression of cold fusion research?
|
D | slashdot16.xml.rde | 569 3 3 #text 0 1 Suppression of cold fusion research?
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/ |
D | features.rst | 267 cold start times are the same as webapp. Here are some logs of a 'Hello World' 268 cold start:
|
/external/icu/icu4c/source/data/locales/ |
D | id.txt | 231 "minor cold", 232 "major cold", 537 "minor cold", 538 "major cold",
|
D | th.txt | 365 "cold dew", 371 "minor cold", 372 "major cold",
|
D | nl.txt | 309 "minor cold", 310 "major cold", 727 "minor cold", 728 "major cold",
|
D | hr.txt | 249 "cold dew", 255 "minor cold", 256 "major cold",
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-stackmap.ll | 159 br i1 %test, label %ret, label %cold 160 cold:
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-stackmap.ll | 125 br i1 %test, label %ret, label %cold 126 cold:
|
/external/llvm/docs/ |
D | BlockFrequencyTerminology.rst | 116 used in isolation to indicate whether a block is relatively hot or cold, or to
|
/external/llvm/test/CodeGen/X86/ |
D | stackmap.ll | 172 br i1 %test, label %ret, label %cold 173 cold:
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
D | small-size.ll | 118 ; N is unknown, we need a tail. Can't vectorize because the loop is cold.
|
/external/llvm/lib/Target/ARM/ |
D | README-Thumb.txt | 9 larger ARM function. This can be used for presumed cold code, like paths
|
12