Lines Matching refs:ICF
4 # RUN: FileCheck -check-prefix=ICF %s < %t.log
6 # ICF: Selected foo
7 # ICF: Removed bar
16 # ICF is on by default (no /opt: flags).
19 # RUN: FileCheck -check-prefix=ICF %s < %t.log
21 # /debug disables ICF.
26 # /profile disables ICF.
31 # /opt:noref disables ICF.
36 # /debug /opt:ref enables ICF.
39 # RUN: FileCheck -check-prefix=ICF %s < %t.log
41 # /debug /opt:noicf,ref disables ICF.