Lines Matching +full:gcc +full:- +full:49
1 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/gcc-simple.afdo -S | FileCheck %s
2 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/gcc-simple.afdo -S | FileChec…
3 ; XFAIL: powerpc64-, s390x, mips-, mips64-, sparc
19 ; This test was compiled down to bytecode at -O0 to avoid inlining foo() into
20 ; main(). The profile was generated using a GCC-generated binary (also compiled
21 ; at -O0). The conversion from the Linux Perf profile to the GCC autofdo
24 ; $ gcc -g -O0 gcc-simple.cc -o gcc-simple
25 ; $ perf record -b ./gcc-simple
26 ; $ create_gcov --binary=gcc-simple --gcov=gcc-simple.afdo
29 ; CHECK: !prof ![[EC1:[0-9]+]]
38 ; CHECK: !prof ![[PROF1:[0-9]+]]
48 ; CHECK: !prof ![[PROF2:[0-9]+]]
71 ; CHECK: !prof ![[EC2:[0-9]+]]
88 ; CHECK: !prof ![[PROF3:[0-9]+]]
91 call void @llvm.dbg.declare(metadata i32* %i, metadata !47, metadata !17), !dbg !49
92 store i32 0, i32* %i, align 4, !dbg !49
99 ; CHECK: !prof ![[PROF4:[0-9]+]]
139 …-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer…
141 …-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer…
196 !49 = !DILocation(line: 10, column: 14, scope: !48)
204 !57 = !DILocation(line: 10, column: 49, scope: !58)