summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Transforms/InstrProfiling.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/Transforms/InstrProfiling.h')
-rw-r--r--llvm/include/llvm/Transforms/InstrProfiling.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/include/llvm/Transforms/InstrProfiling.h b/llvm/include/llvm/Transforms/InstrProfiling.h
index acf7124dc3f..e3897df073b 100644
--- a/llvm/include/llvm/Transforms/InstrProfiling.h
+++ b/llvm/include/llvm/Transforms/InstrProfiling.h
@@ -59,14 +59,6 @@ private:
GlobalVariable *NamesVar;
size_t NamesSize;
- // The start value of precise value profile range for memory intrinsic sizes.
- const int64_t DefaultMemOPSizeRangeStart = 0;
- int64_t MemOPSizeRangeStart;
- // The end value of precise value profile range for memory intrinsic sizes.
- const int64_t DefaultMemOPSizeRangeLast = 8;
- int64_t MemOPSizeRangeLast;
- int64_t MemOPSizeLargeVal;
-
bool isMachO() const;
/// Get the section name for the counter variables.
@@ -117,9 +109,6 @@ private:
/// Create a static initializer for our data, on platforms that need it,
/// and for any profile output file that was specified.
void emitInitialization();
-
- /// Helper funtion that parsing the MemOPSize value profile options
- void getMemOPSizeOptions();
};
} // end namespace llvm
OpenPOWER on IntegriCloud