Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for b1 (0.02 sec)

  1. src/cmd/compile/internal/ssa/regalloc.go

    // stack location. Stack phis start out life already spilled - each phi
    // input must be a store (using StoreReg) at the end of the corresponding
    // predecessor block.
    //     b1: y = ... : AX        b2: z = ... : BX
    //         y2 = StoreReg y         z2 = StoreReg z
    //         goto b3                 goto b3
    //     b3: x = phi(y2, z2)
    // The stack allocator knows that StoreReg args of stack-allocated phis
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
Back to top