[libFuzzer] move value profiling logic into TracePC

llvm-svn: 282219
diff --git a/llvm/lib/Fuzzer/FuzzerOptions.h b/llvm/lib/Fuzzer/FuzzerOptions.h
index 2c09706..cb3679d 100644
--- a/llvm/lib/Fuzzer/FuzzerOptions.h
+++ b/llvm/lib/Fuzzer/FuzzerOptions.h
@@ -30,7 +30,7 @@
   bool UseIndirCalls = true;
   bool UseMemcmp = true;
   bool UseMemmem = true;
-  bool UseFullCoverageSet = false;
+  bool UseValueProfile = false;
   bool Reload = true;
   bool ShuffleAtStartUp = true;
   bool PreferSmall = true;