Lines Matching +full:flow +full:- +full:level
4 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
24 .\" indent \\n[an-margin]
25 .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
26 .nr rst2man-indent-level -1
27 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
30 .TH "LLVM-DIFF" "1" "2023-05-24" "16" "LLVM"
32 llvm-diff \- LLVM structural 'diff'
35 \fBllvm\-diff\fP [\fIoptions\fP] \fImodule 1\fP \fImodule 2\fP [\fIglobal name ...\fP]
38 \fBllvm\-diff\fP compares the structure of two LLVM modules, primarily
51 \fBllvm\-diff\fP compares two functions by comparing their basic blocks,
54 ignored. This algorithm is very sensitive to changes in control flow,
57 \fBllvm\-diff\fP is intended as a debugging tool for writers of LLVM
61 If \fBllvm\-diff\fP finds no differences between the modules, it will exit
62 with 0 and produce no output. Otherwise it will exit with a non\-zero
74 2003-2023, LLVM Project