Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dexpr.go370 type InlinedCallExpr struct { struct
371 miniExpr
372 Body Nodes
373 ReturnVars Nodes // must be side-effect free
385 func (n *InlinedCallExpr) SingleResult() Node {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/inline/inlheur/
Danalyze_func_callsites.go353 func UpdateCallsiteTable(callerfn *ir.Func, n *ir.CallExpr, ic *ir.InlinedCallExpr) {
Dscoring.go493 …gion(fn *ir.Func, region ir.Nodes, cstab CallSiteTab, doCallResults bool, ic *ir.InlinedCallExpr) {