Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for live_in (0.22 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/replace_stablehlo_ops_in_main_function_with_xla_call_module_ops.cc

    // live_in[5] = use[5]   U (live_out[5] - def[5])
    //            = {%3}     U ({∅} - {∅})            = {%3}
    // live_in[4] = use[4]   U (live_out[4] - def[4])
    //            = {%1, %2} U ({%3} - {%3})          = {%1, %2}
    // live_in[3] = use[3]   U (live_out[3] - def[3])
    //            = {%0, %1} U ({%1, %2} - {%2})      = {%0, %1}
    // live_in[2] = use[2]   U (live_out[2] - def[2])
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 21K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/liveness/plive.go

    	//	varkill: killed variables (set in block)
    	uevar   bitvec.BitVec
    	varkill bitvec.BitVec
    
    	// Computed during Liveness.solve using control flow information:
    	//
    	//	livein: variables live at block entry
    	//	liveout: variables live at block exit
    	livein  bitvec.BitVec
    	liveout bitvec.BitVec
    }
    
    // A collection of global state used by liveness analysis.
    type liveness struct {
    	fn         *ir.Func
    	f          *ssa.Func
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 15:22:22 UTC 2024
    - 45.2K bytes
    - Viewed (0)
Back to top