Interface LoopCountReceiver


public interface LoopCountReceiver
Accepts the execution count of a loop that is a child of this node. The optimization heuristics can use the loop count to guide compilation and inlining.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    reportLoopCount(int count)
     
  • Method Details

    • reportLoopCount

      void reportLoopCount(int count)