aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/PGOInstrumentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Transforms/PGOInstrumentation.h')
-rw-r--r--include/llvm/Transforms/PGOInstrumentation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Transforms/PGOInstrumentation.h b/include/llvm/Transforms/PGOInstrumentation.h
index fa7a68624ec..c2cc76c422d 100644
--- a/include/llvm/Transforms/PGOInstrumentation.h
+++ b/include/llvm/Transforms/PGOInstrumentation.h
@@ -68,6 +68,8 @@ public:
void setProfMetadata(Module *M, Instruction *TI, ArrayRef<uint64_t> EdgeCounts,
uint64_t MaxCount);
+void setIrrLoopHeaderMetadata(Module *M, Instruction *TI, uint64_t Count);
+
} // end namespace llvm
#endif // LLVM_TRANSFORMS_PGOINSTRUMENTATION_H