Lines Matching refs:GEN
1 ; RUN: opt < %s -pgo-instr-gen -pgo-instrument-entry=false -S | FileCheck %s --check-prefixes=GEN,N…
2 …s -passes=pgo-instr-gen -pgo-instrument-entry=false -S | FileCheck %s --check-prefixes=GEN,NOTENTRY
6 ; RUN: opt < %s -pgo-instr-gen -pgo-instrument-entry=true -S | FileCheck %s --check-prefixes=GEN,EN…
7 … < %s -passes=pgo-instr-gen -pgo-instrument-entry=true -S | FileCheck %s --check-prefixes=GEN,ENTRY
14 ; GEN: $__llvm_profile_raw_version = comdat any
15 ; GEN: @__llvm_profile_raw_version = constant i64 {{[0-9]+}}, comdat
16 ; GEN: @__profn_test_switch = private constant [11 x i8] c"test_switch"
20 ; GEN: entry:
33 ; GEN: sw.bb:
34 ; GEN: call void @llvm.instrprof.increment(i8* getelementptr inbounds ([11 x i8], [11 x i8]* @__pro…
38 ; GEN: sw.bb1:
44 ; GEN: sw.bb2:
45 ; GEN: call void @llvm.instrprof.increment(i8* getelementptr inbounds ([11 x i8], [11 x i8]* @__pro…
49 ; GEN: sw.default:
50 ; GEN: call void @llvm.instrprof.increment(i8* getelementptr inbounds ([11 x i8], [11 x i8]* @__pro…
54 ; GEN: sw.epilog:
55 ; GEN-NOT: call void @llvm.instrprof.increment
57 ; GEN: ret void