Home | History | Annotate | Download | only in ssa

Lines Matching refs:innermost

274 		var innermost *loop // innermost header reachable from this block
280 // Choose the first/innermost such h.
305 if l == nil || innermost == l {
309 if innermost == nil {
310 innermost = l
314 if sdom.isAncestor(innermost.header, l.header) {
315 sdom.outerinner(innermost, l)
316 innermost = l
317 } else if sdom.isAncestor(l.header, innermost.header) {
318 sdom.outerinner(l, innermost)
322 if innermost != nil {
323 b2l[b.ID] = innermost
324 innermost.checkContainsCall(b)
325 innermost.nBlocks++
337 // Note stats for non-innermost loops are slightly flawed because