llvm-6502/include
Andrew Trick ea57433cee Adds cyclic critical path computation and heuristics, temporarily disabled.
Estimate the cyclic critical path within a single block loop. If the
acyclic critical path is longer, then the loop will exhaust OOO
resources after some number of iterations. If lag between the acyclic
critical path and cyclic critical path is longer the the time it takes
to issue those loop iterations, then aggressively schedule for
latency.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189120 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-23 17:48:43 +00:00
..
llvm Adds cyclic critical path computation and heuristics, temporarily disabled. 2013-08-23 17:48:43 +00:00
llvm-c Add function attribute 'optnone'. 2013-08-23 11:53:55 +00:00