Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dlikelyadjust.go64 type loopnest struct { struct
65 f *Func
66 b2l []*loop
67 po []*Block
68 sdom SparseTree
69 loops []*loop
70 …ment of irreducible loops is very flaky, if accurate loops are needed, must punt at function level.
73 initializedChildren, initializedDepth, initializedExits bool
486 func (ln *loopnest) assembleChildren() {
501 func (ln *loopnest) calculateDepths() {
[all …]
Dregalloc.go307 loopnest *loopnest member
Dfunc.go779 func (f *Func) loopnest() *loopnest { func
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtutorial.cpp365 LoopNest loopnest({X}); in main() local
H A Dtest_llvm.cpp1479 LoopNest loopnest({b}); in TEST() local