Searched refs:aggressively (Results 1 – 25 of 25) sorted by relevance
3 ; RUN: grep "twoaddrinstr" | grep "Number of instructions aggressively commuted"
135 void TrimMemory(bool aggressively);
232 void HistoryDatabase::TrimMemory(bool aggressively) { in TrimMemory() argument233 db_.TrimMemory(aggressively); in TrimMemory()
62 void TrimMemory(bool aggressively);
641 void ThumbnailDatabase::TrimMemory(bool aggressively) { in TrimMemory() argument642 db_.TrimMemory(aggressively); in TrimMemory()
31 // testing purposes, so that it's easy to adjust how aggressively resources
6 ; folded away aggressively if spelled out in IR directly.
207 void TrimMemory(bool aggressively);
350 void Connection::TrimMemory(bool aggressively) { in TrimMemory() argument364 int shrink_cache_size = aggressively ? 1 : (original_cache_size / 2); in TrimMemory()
24 Tests that GetLocals on captured variables aren't eliminated too aggressively.
37 It is not aggressively able to use lots of registers.
63 LLVM aggressively lift CSE out of loop. Sometimes this can be negative side-
113 are doing. This may also allow %Eigen to optimize more aggressively. These are some of the xxxInPla…
97 mergeInterfacesAggressively = Merge interfaces aggressively107 overloadAggressively = Overload aggressively
156 Chrome's intelligent caching caches resources aggressively. When building a
104 Chrome cache. Chrome caches resources aggressively; disabling the cache helps
368 // optimizers can change them aggressively. Special handling needed in a few
278 To speed up execution, \Prog{libunwind} may aggressively cache the
158 Chrome caches resources aggressively. You should disable Chrome's cache whenever
32 While -analyzer-config ipa determines in general how aggressively the analyzer
607 matching code in dag combine doesn't look through truncates aggressively 1583 functionattrs doesn't handle memset/memcpy/memmove aggressively:1958 aggressively as malloc though.
1019 /// tblgen can't handle dependent type references aggressively enough: PR83301090 /// tblgen can't handle dependent type references aggressively enough: PR8330
1086 more aggressively; it should cost the same as a move+shift on any modern
378 ADCE aggressively tries to eliminate code. This pass is similar to :ref:`DCE
2676 aggressively as an optimization to avoid copying the array too often.