summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-04-11 23:21:07 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-04-11 23:21:07 +0000
commit23a6033104c5f3fde8fe3b359d25e57a728613aa (patch)
tree6bb3011585150294e6983d58a6789da4f25fcccb /docs/index.rst
parent670060dddfa6c538039744a431a41f7cf7a842b3 (diff)
blockfreq: Document BlockFrequencyInfo terminology
Documents terminology used in the forthcoming rewrite of BlockFrequencyInfo. <rdar://problem/14292693> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206086 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index a55795e3a0c3..93a160028be1 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -215,6 +215,7 @@ For API clients and LLVM developers.
AliasAnalysis
BitCodeFormat
+ BlockFrequencyTerminology
BranchWeightMetadata
Bugpoint
CodeGenerator
@@ -298,6 +299,10 @@ For API clients and LLVM developers.
:doc:`BranchWeightMetadata`
Provides information about Branch Prediction Information.
+:doc:`BlockFrequencyTerminology`
+ Provides information about terminology used in the ``BlockFrequencyInfo``
+ analysis pass.
+
:doc:`SegmentedStacks`
This document describes segmented stacks and how they are used in LLVM.