Lines Matching refs:USE
4 …UN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
5 … < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
23 ; USE: br i1 %tobool, label %if.then, label %if.end
24 ; USE-SAME: !prof ![[BW_BAR_ENTRY:[0-9]+]]
52 ; USE: br i1 %tobool, label %if.then, label %if.end
53 ; USE-SAME: !prof ![[BW_FOO_ENTRY:[0-9]+]]
82 ; USE: br i1 %matches, label %catch, label %eh.resume
83 ; USE-SAME: !prof ![[BW_CATCH_DISPATCH:[0-9]+]]
126 ; USE: ![[BW_BAR_ENTRY]] = !{!"branch_weights", i32 2, i32 1}
127 ; USE: ![[BW_FOO_ENTRY]] = !{!"branch_weights", i32 3, i32 2}
128 ; USE: ![[BW_CATCH_DISPATCH]] = !{!"branch_weights", i32 2, i32 0}