Home
last modified time | relevance | path

Searched refs:cold (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm/test/Feature/
Dcold.ll8 ; CHECK: attributes #0 = { cold }
9 attributes #0 = { cold }
/external/llvm/test/Transforms/Inline/
Dinline-cold.ll7 ; 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/
DREADME.md20 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/
Dattr-optnone.c20 __attribute__((optnone)) __attribute__((cold))
/external/llvm/test/Analysis/BranchProbabilityInfo/
Dbasic.ll119 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/
Derr-rep-cold.ll75 ; CHECK: attributes #[[AT1]] = { cold nounwind }
76 ; CHECK: attributes #[[AT2]] = { cold }
/external/ipsec-tools/src/racoon/
Disakmp_cfg.c2132 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/
Dslashdot.rdf.rdr172 3 3 #text 0 1 Suppression of cold fusion research?
Dslashdot.rdf.rde172 3 3 #text 0 1 Suppression of cold fusion research?
Dslashdot.rdf.sax174 SAX.characters(Suppression of cold fusion res, 36)
Dslashdot.xml.rdr365 3 3 #text 0 1 Suppression of cold fusion research?
Dslashdot.xml.rde365 3 3 #text 0 1 Suppression of cold fusion research?
Dslashdot16.xml.rdr569 3 3 #text 0 1 Suppression of cold fusion research?
Dslashdot16.xml.rde569 3 3 #text 0 1 Suppression of cold fusion research?
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/
Dfeatures.rst267 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/
Did.txt231 "minor cold",
232 "major cold",
537 "minor cold",
538 "major cold",
Dth.txt365 "cold dew",
371 "minor cold",
372 "major cold",
Dnl.txt309 "minor cold",
310 "major cold",
727 "minor cold",
728 "major cold",
Dhr.txt249 "cold dew",
255 "minor cold",
256 "major cold",
/external/llvm/test/CodeGen/PowerPC/
Dppc64-stackmap.ll159 br i1 %test, label %ret, label %cold
160 cold:
/external/llvm/test/CodeGen/AArch64/
Darm64-stackmap.ll125 br i1 %test, label %ret, label %cold
126 cold:
/external/llvm/docs/
DBlockFrequencyTerminology.rst116 used in isolation to indicate whether a block is relatively hot or cold, or to
/external/llvm/test/CodeGen/X86/
Dstackmap.ll172 br i1 %test, label %ret, label %cold
173 cold:
/external/llvm/test/Transforms/LoopVectorize/X86/
Dsmall-size.ll118 ; N is unknown, we need a tail. Can't vectorize because the loop is cold.
/external/llvm/lib/Target/ARM/
DREADME-Thumb.txt9 larger ARM function. This can be used for presumed cold code, like paths

12