Searched defs:loopnest (Results 1 – 3 of 3) sorted by relevance
64 type loopnest struct { struct65 f *Func66 b2l []*loop67 po []*Block68 sdom SparseTree69 loops []*loop70 …ment of irreducible loops is very flaky, if accurate loops are needed, must punt at function level.73 initializedChildren, initializedDepth, initializedExits bool486 func (ln *loopnest) assembleChildren() {501 func (ln *loopnest) calculateDepths() {[all …]
307 loopnest *loopnest member
779 func (f *Func) loopnest() *loopnest { func