Searched defs:ssaLabel (Results 1 – 1 of 1) sorted by relevance
937 type ssaLabel struct { struct938 target *ssa.Block // block identified by this label939 breakTarget *ssa.Block // block to break to in control flow node identified by this label940 continueTarget *ssa.Block // block to continue to in control flow node identified by this label