diff options
Diffstat (limited to 'llvm/test/Transforms/PGOProfile/Inputs/cspgo.proftext')
| -rw-r--r-- | llvm/test/Transforms/PGOProfile/Inputs/cspgo.proftext | 151 |
1 files changed, 151 insertions, 0 deletions
diff --git a/llvm/test/Transforms/PGOProfile/Inputs/cspgo.proftext b/llvm/test/Transforms/PGOProfile/Inputs/cspgo.proftext new file mode 100644 index 00000000000..e40a0f29fcc --- /dev/null +++ b/llvm/test/Transforms/PGOProfile/Inputs/cspgo.proftext @@ -0,0 +1,151 @@ +# CSIR level Instrumentation Flag +:csir +bar_m +# Func Hash: +29667547796 +# Num Counters: +2 +# Counter Values: +99949 +51 + +bar_m +# Func Hash: +1224979111529676799 +# Num Counters: +2 +# Counter Values: +100000 +99949 + +csfdo_plain.c:cond +# Func Hash: +1152921517491748863 +# Num Counters: +1 +# Counter Values: +200000 + +csfdo_plain.c:cond +# Func Hash: +12884901887 +# Num Counters: +1 +# Counter Values: +200000 + +bar_m2 +# Func Hash: +1152921534274394772 +# Num Counters: +2 +# Counter Values: +99938 +62 + +bar_m2 +# Func Hash: +29667547796 +# Num Counters: +2 +# Counter Values: +99938 +62 + +foo +# Func Hash: +1152921640672869708 +# Num Counters: +10 +# Counter Values: +100000 +100000 +0 +66666 +66666 +0 +100000 +66667 +100000 +1 + +foo +# Func Hash: +29212902728 +# Num Counters: +2 +# Counter Values: +100000 +1 + +bar +# Func Hash: +1152921569533132113 +# Num Counters: +5 +# Counter Values: +0 +0 +0 +0 +0 + +bar +# Func Hash: +56228292833 +# Num Counters: +4 +# Counter Values: +800000 +399999 +100000 +100000 + +main +# Func Hash: +1152921517491748863 +# Num Counters: +1 +# Counter Values: +1 + +main +# Func Hash: +12884901887 +# Num Counters: +1 +# Counter Values: +1 + +csfdo_plain.c:barbar +# Func Hash: +1152921517491748863 +# Num Counters: +1 +# Counter Values: +100000 + +csfdo_plain.c:barbar +# Func Hash: +12884901887 +# Num Counters: +1 +# Counter Values: +100000 + +goo +# Func Hash: +1152921517491748863 +# Num Counters: +1 +# Counter Values: +100000 + +goo +# Func Hash: +12884901887 +# Num Counters: +1 +# Counter Values: +100000 + |

