Home | History | Annotate | Download | only in CodeGen

Lines Matching full:critical

12 // critical path during post-RA scheduler.
159 /// critical path.
450 // Find the node at the bottom of the critical path.
461 DEBUG(dbgs() << "Critical path has total latency "
472 // Track progress along the critical path through the SUnit graph as we walk
512 // original critical path.
515 // fix that remaining critical edge too. This is a little more involved,
520 // Attempt to break anti-dependence edges on the critical path. Walk the
531 // Check if this instruction has a dependence on the critical path that
535 // We limit our attention to the critical path as a heuristic to avoid
582 // We've reached the end of the critical path.