Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssagen/
Dssa.go937 type ssaLabel struct { struct
938 target *ssa.Block // block identified by this label
939 breakTarget *ssa.Block // block to break to in control flow node identified by this label
940 continueTarget *ssa.Block // block to continue to in control flow node identified by this label