Searched defs:IREdge (Results 1 – 1 of 1) sorted by relevance
95 type IREdge struct { struct97 Src, Dst *IRNode98 Weight int6499 CallSiteOffset int // Line offset from function start line.