Searched refs:Shrink (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h39 bool Shrink = false; member in struct:fuzzer::FuzzingOptions
H A DFuzzerCorpus.h217 bool AddFeature(size_t Idx, uint32_t NewSize, bool Shrink) {
221 if (OldSize == 0 || (Shrink && OldSize > NewSize)) {
H A DFuzzerDriver.cpp664 Options.Shrink = Flags.shrink;
H A DFuzzerLoop.cpp476 if (Corpus.AddFeature(Feature, Size, Options.Shrink))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2353 bool Shrink = true; local
2376 Shrink = false;
2388 if (Shrink) {
H A DRegisterCoalescer.cpp1916 bool Shrink = false; local
1918 std::tie(Changed, Shrink) = removeCopyByCommutingDef(CP, CopyMI);
1921 if (Shrink) {
1967 // Shrink subregister ranges if necessary.
1973 LLVM_DEBUG(dbgs() << "Shrink LaneUses (Lane " << PrintLaneMask(S.LaneMask)
3106 // partially used later. Shrink the subregister range appropriately.

Completed in 201 milliseconds