Searched defs:NamedEdgeMap (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/pgoir/ |
D | irgraph.go | 162 func createIRGraph(namedEdgeMap pgo.NamedEdgeMap) *IRGraph { 191 func visitIR(fn *ir.Func, namedEdgeMap pgo.NamedEdgeMap, g *IRGraph) { 208 func createIRGraphEdge(fn *ir.Func, callernode *IRNode, name string, namedEdgeMap pgo.NamedEdgeMap,… 237 …de *IRNode, callerName string, call ir.Node, callee *ir.Func, namedEdgeMap pgo.NamedEdgeMap, g *IR… 294 func addIndirectEdges(g *IRGraph, namedEdgeMap pgo.NamedEdgeMap) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/pgo/ |
D | pgo.go | 19 NamedEdgeMap NamedEdgeMap member 32 type NamedEdgeMap struct { struct 33 Weight map[NamedCallEdge]int64 37 ByWeight []NamedCallEdge
|