HomeSort by: relevance | last modified time | path
    Searched defs:Shrink (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerOptions.h 35 bool Shrink = false;
  /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 22 milliseconds