Lines Matching refs:DEBUG
3 ; RUN: opt -debugify -codegenprepare -S < %s | FileCheck %s -check-prefix=DEBUG
40 ; DEBUG-LABEL: @fdiv_true_sink(
41 ; DEBUG-NEXT: entry:
42 ; DEBUG-NEXT: [[SEL_FR:%.*]] = freeze float [[A:%.*]]
43 ; DEBUG-NEXT: [[CMP:%.*]] = fcmp ogt float [[SEL_FR]], 1.000000e+00, !dbg !24
44 ; DEBUG-NEXT: call void @llvm.dbg.value(metadata i1 [[CMP]]
45 ; DEBUG-NEXT: br i1 [[CMP]], label [[SELECT_TRUE_SINK:%.*]], label [[SELECT_END:%.*]], !dbg
46 ; DEBUG: select.true.sink:
47 ; DEBUG-NEXT: [[DIV:%.*]] = fdiv float [[A]], [[B:%.*]]
48 ; DEBUG-NEXT: call void @llvm.dbg.value(metadata float [[DIV]]
49 ; DEBUG-NEXT: br label [[SELECT_END]], !dbg
50 ; DEBUG: select.end:
51 ; DEBUG-NEXT: [[SEL:%.*]] = phi float [ [[DIV]], [[SELECT_TRUE_SINK]] ], [ 2.000000e+00, [[ENTRY…
52 ; DEBUG-NEXT: call void @llvm.dbg.value(metadata float [[SEL]]
53 ; DEBUG-NEXT: ret float [[SEL]]
75 ; DEBUG-LABEL: @fdiv_false_sink(
76 ; DEBUG-NEXT: entry:
77 ; DEBUG-NEXT: [[SEL_FR:%.*]] = freeze float [[A:%.*]]
78 ; DEBUG-NEXT: [[CMP:%.*]] = fcmp ogt float [[SEL_FR]], 3.000000e+00, !dbg !33
79 ; DEBUG-NEXT: call void @llvm.dbg.value(metadata i1 [[CMP]]
80 ; DEBUG-NEXT: br i1 [[CMP]], label [[SELECT_END:%.*]], label [[SELECT_FALSE_SINK:%.*]], !dbg
81 ; DEBUG: select.false.sink:
82 ; DEBUG-NEXT: [[DIV:%.*]] = fdiv float [[A]], [[B:%.*]]
83 ; DEBUG-NEXT: call void @llvm.dbg.value(metadata float [[DIV]]
84 ; DEBUG-NEXT: br label [[SELECT_END]], !dbg
85 ; DEBUG: select.end:
86 ; DEBUG-NEXT: [[SEL:%.*]] = phi float [ 4.000000e+00, [[ENTRY:%.*]] ], [ [[DIV]], [[SELECT_FALSE…
87 ; DEBUG-NEXT: call void @llvm.dbg.value(metadata float [[SEL]]
88 ; DEBUG-NEXT: ret float [[SEL]], !dbg