- implement the methods to detect loops and Dominator trees/sets
- Compute minimum dominator set with a back edge which will give the innermost loop.
- implement algorithm to compute edge weights on paths
- Identify the chordal edges(Not part of the minimum spanning tree)
- Assign Inc(c) function to each chordal edge.[Placing Instrumentation]
- Determine the path execution information from the instrumentation profile.
add what ever else you think of or add more detail.
add what ever else you think of or add more detail.