/external/llvm/tools/llvm-prof/ |
CMakeLists.txt | 3 add_llvm_tool(llvm-prof 4 llvm-prof.cpp
|
Makefile | 1 ##===- tools/llvm-prof/Makefile ----------------------------*- Makefile -*-===## 11 TOOLNAME := llvm-prof
|
LLVMBuild.txt | 1 ;===- ./tools/llvm-prof/LLVMBuild.txt --------------------------*- Conf -*--===; 20 name = llvm-prof
|
/external/llvm/test/Analysis/Profiling/ |
profiling-tool-chain.ll | 14 ; RUX: llvm-prof -print-all-code %t1 | FileCheck --check-prefix=PROF %s 22 ; PROF: 1. 2/4 oneblock 23 ; PROF: 2. 2/4 main 24 ; PROF: 1. 15.7895% 12/76 main() - bb6 25 ; PROF: 2. 11.8421% 9/76 main() - bb2 26 ; PROF: 3. 11.8421% 9/76 main() - bb3 27 ; PROF: 4. 11.8421% 9/76 main() - bb5 28 ; PROF: 5. 10.5263% 8/76 main() - bb10 29 ; PROF: 6. 7.89474% 6/76 main() - b [all...] |
load-branch-weights-switches.ll | 26 ; CHECK: ], !prof !0 64 ; CHECK: ], !prof !1 74 ; CHECK: ], !prof !2 100 ; CHECK: ], !prof !3 141 ; CHECK: br i1 %cmp, label %for.body, label %for.end, !prof !4
|
load-branch-weights-ifs.ll | 22 ; CHECK: br i1 %tobool, label %if.then, label %if.else, !prof !0 46 ; CHECK: br i1 %cmp, label %if.then, label %if.end, !prof !1 70 ; CHECK: br i1 %cmp, label %if.then, label %if.end, !prof !2 99 ; CHECK: br i1 %cmp, label %for.body, label %for.end, !prof !3
|
load-branch-weights-loops.ll | 28 ; CHECK: br i1 %cmp, label %for.body, label %for.end, !prof !0 65 ; CHECK: br i1 %cmp, label %for.body, label %for.end, !prof !1 72 ; CHECK: br i1 %tobool, label %if.then, label %if.end, !prof !2 81 ; CHECK: br i1 %cmp1, label %if.then2, label %if.end3, !prof !3 120 ; CHECK: br i1 %cmp, label %while.body, label %while.end, !prof !0 163 ; CHECK: br i1 %cmp, label %do.body, label %do.end, !prof !4
|
/external/llvm/test/Transforms/SimplifyCFG/ |
preserve-branchweights.ll | 8 br i1 %a, label %Y, label %X, !prof !0 9 ; CHECK: br i1 %or.cond, label %Z, label %Y, !prof !0 13 br i1 %c, label %Z, label %Y, !prof !1 27 br i1 %a, label %X, label %Y, !prof !1 28 ; CHECK: br i1 %or.cond, label %Z, label %Y, !prof !1 29 ; CHECK-NOT: !prof 33 br i1 %c, label %Z, label %Y, !prof !2 46 ; CHECK-NOT: !prof 48 br i1 %a, label %X, label %Y, !prof !1 65 ; CHECK-NOT: !prof [all...] |
preserve-branchweights-switch-create.ll | 13 br i1 %cmp, label %if.then, label %if.else, !prof !0 16 ; CHECK: ], !prof !0 24 br i1 %cmp2, label %if.then7, label %if.else8, !prof !1 51 ], !prof !2 57 ; CHECK: ], !prof !1 73 ], !prof !3 98 ], !prof !4 104 ; CHECK: ], !prof !3 118 ], !prof !5
|
preserve-branchweights-partial.ll | 19 br i1 %cmp11, label %if.then, label %if.else, !prof !0
|
/external/llvm/docs/CommandGuide/ |
llvm-prof.rst | 1 llvm-prof - print execution profile of LLVM program 9 **llvm-prof** [*options*] [*bitcode file*] [*llvmprof.out*] 16 The **llvm-prof** tool reads in an *llvmprof.out* file (which can 23 then runs **llvm-prof** to format a report. To get more information about 62 **llvm-prof** returns 1 if it cannot load the bitcode file or the profile
|
index.rst | 26 llvm-prof
|
/external/llvm/test/CodeGen/AArch64/ |
analyze-branch.ll | 16 br i1 %tst, label %true, label %false, !prof !0 39 br i1 %tst, label %true, label %false, !prof !1 62 br i1 %tst, label %true, label %false, !prof !0 83 br i1 %tst, label %true, label %false, !prof !1 104 br i1 %tst, label %true, label %false, !prof !0 125 br i1 %tst, label %true, label %false, !prof !1 147 br i1 %tst, label %true, label %false, !prof !0 169 br i1 %tst, label %true, label %false, !prof !1 192 br i1 %tst, label %true, label %false, !prof !0 214 br i1 %tst, label %true, label %false, !prof ! [all...] |
/external/llvm/test/Transforms/InstCombine/ |
canonicalize_branch.ll | 6 br i1 %C, label %T, label %F, !prof !0 20 br i1 %C, label %T, label %F, !prof !1 34 br i1 %C, label %T, label %F, !prof !2 48 br i1 %C, label %T, label %F, !prof !3
|
/external/llvm/utils/ |
profile.pl | 17 # Any unrecognized options are passed into the invocation of llvm-prof 49 print " -o <file> - Specify an output file other than llvm-prof.out.\n"; 51 print "\nAll other options are passed into llvm-prof.\n"; 55 # Otherwise, pass the option on to llvm-prof 74 system "llvm-prof $LLVMProfOpts $BytecodeFile $ProfileFile";
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_PERIODIC_PROFILING.S | 9 * - 4 bytes for prof count addr.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
profil.h | 38 struct prof struct 56 extern int sprofil (struct prof *__profp, int __profcnt,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
profil.h | 38 struct prof struct 56 extern int sprofil (struct prof *__profp, int __profcnt,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
profil.h | 38 struct prof struct 56 extern int sprofil (struct prof *__profp, int __profcnt,
|
/external/libffi/src/powerpc/ |
asm.h | 44 #ifdef PROF 73 #else /* PROF */ 75 #endif /* PROF */ 95 #ifdef PROF 106 #else /* PROF */
|
/external/eigen/bench/ |
basicbench.cxxlist | 19 # CLIST[((g++))]="icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size -prof-genx" 20 # CLIST[((g++))]="icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size -prof-use"
|
/external/llvm/test/Transforms/LowerExpectIntrinsic/ |
basic.ll | 15 ; CHECK: !prof !0 47 ; CHECK: !prof !0 78 ; CHECK: !prof !0 110 ; CHECK: !prof !0 140 ; CHECK: !prof !1 167 ; CHECK: !prof !2 196 ; CHECK: !prof !3 228 ; CHECK: !prof !0
|
/external/llvm/test/CodeGen/Generic/ |
MachineBranchProb.ll | 13 ], !prof !0
|
/external/llvm/tools/ |
CMakeLists.txt | 23 add_subdirectory(llvm-prof)
|
/bionic/libc/include/sys/ |
_sigdefs.h | 79 __BIONIC_SIGDEF(PROF,29,"Profiling timer expired") 94 __BIONIC_SIGDEF(PROF,27,"Profiling timer expired")
|