Home
last modified time | relevance | path

Searched defs:IREdge (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/pgoir/
Dirgraph.go95 type IREdge struct { struct
97 Src, Dst *IRNode
98 Weight int64
99 CallSiteOffset int // Line offset from function start line.