Home
last modified time | relevance | path

Searched refs:Shrink (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h41 bool Shrink = false; member
H A DFuzzerCorpus.h418 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 DFuzzerLoop.cpp523 if (Corpus.AddFeature(Feature, static_cast<uint32_t>(Size), Options.Shrink)) in RunOne()
H A DFuzzerDriver.cpp701 Options.Shrink = Flags.shrink; in FuzzerDriver()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DREADME.txt86 Find a clean way to fix the problem which leads to the Shrink Wrapping pass
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1701 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 DRegAllocGreedy.cpp1692 bool Shrink = true; in tryLocalSplit() local
1715 Shrink = false; in tryLocalSplit()
1727 if (Shrink) { in tryLocalSplit()
H A DRegisterCoalescer.cpp2119 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 DCHANGELOG88 perf: Don't Shrink Window Log when Streaming with a Dictionary (#2451, @terrelln)
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstring3367 // Shrink
/freebsd/contrib/ntp/
H A DChangeLog3821 * Shrink keyword scanner FSM entries from 64 to 32 bits apiece.
H A DCommitLog[all...]