Searched refs:Shrink (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerOptions.h | 41 bool Shrink = false; member
|
H A D | FuzzerCorpus.h | 418 bool AddFeature(size_t Idx, uint32_t NewSize, bool Shrink) { in AddFeature() 422 if (OldSize == 0 || (Shrink && OldSize > NewSize)) { in AddFeature() 415 AddFeature(size_t Idx,uint32_t NewSize,bool Shrink) AddFeature() argument
|
H A D | FuzzerLoop.cpp | 523 if (Corpus.AddFeature(Feature, static_cast<uint32_t>(Size), Options.Shrink)) in RunOne()
|
H A D | FuzzerDriver.cpp | 701 Options.Shrink = Flags.shrink; in FuzzerDriver()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | README.txt | 86 Find a clean way to fix the problem which leads to the Shrink Wrapping pass
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TwoAddressInstructionPass.cpp | 1701 auto Shrink = [=](LiveRange &LR, LaneBitmask LaneMask) { in processTiedPairs() local 1716 ShrinkLI &= Shrink(S, S.LaneMask); in processTiedPairs() 1718 Shrink(LI, LaneBitmask::getAll()); in processTiedPairs()
|
H A D | RegAllocGreedy.cpp | 1692 bool Shrink = true; in tryLocalSplit() local 1715 Shrink = false; in tryLocalSplit() 1727 if (Shrink) { in tryLocalSplit()
|
H A D | RegisterCoalescer.cpp | 2119 bool Shrink = false; in joinCopy() local 2121 std::tie(Changed, Shrink) = removeCopyByCommutingDef(CP, CopyMI); in joinCopy() 2124 if (Shrink) { in joinCopy()
|
/freebsd/sys/contrib/zstd/ |
H A D | CHANGELOG | 88 perf: Don't Shrink Window Log when Streaming with a Dictionary (#2451, @terrelln)
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | string | 3367 // Shrink
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 3821 * Shrink keyword scanner FSM entries from 64 to 32 bits apiece.
|
H A D | CommitLog | [all...] |