OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Shrink
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerOptions.h
35
bool
Shrink
= false;
FuzzerCorpus.h
216
bool AddFeature(size_t Idx, uint32_t NewSize, bool
Shrink
) {
220
if (OldSize == 0 || (
Shrink
&& OldSize > NewSize)) {
241
bool IsFeatureNew(size_t Idx, uint32_t NewSize, bool
Shrink
) {
244
return OldSize == 0 || (
Shrink
&& OldSize > NewSize);
FuzzerLoop.cpp
489
if (Corpus.IsFeatureNew(Feature, Size, Options.
Shrink
))
497
if (Corpus.AddFeature(Feature, Size, Options.
Shrink
))
FuzzerDriver.cpp
584
Options.
Shrink
= Flags.
shrink
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocGreedy.cpp
2360
bool
Shrink
= true;
2383
Shrink
= false;
2394
// Try to
shrink
.
2395
if (
Shrink
) {
2397
LLVM_DEBUG(dbgs() << "
shrink
\n");
RegisterCoalescer.cpp
1710
// point so we have to potentially
shrink
the main range if the
2019
bool
Shrink
= false;
2021
std::tie(Changed,
Shrink
) = removeCopyByCommutingDef(CP, CopyMI);
2024
if (
Shrink
) {
2070
//
Shrink
subregister ranges if necessary.
2076
LLVM_DEBUG(dbgs() << "
Shrink
LaneUses (Lane " << PrintLaneMask(S.LaneMask)
3218
// partially used later.
Shrink
the subregister range appropriately.
Completed in 28 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026