protected override bool IsBackEdge(APC from, APC to)
 {
     return(CFG.IsForwardBackEdge(from, to));
 }