Home
last modified time | relevance | path

Searched refs:targetloop (Results 1 – 6 of 6) sorted by relevance

/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/ssa/
H A Dtighten.go112 targetloop := loops.b2l[t.ID]
113 for targetloop != nil && (origloop == nil || targetloop.depth > origloop.depth) {
114 t = idom[targetloop.header.ID]
116 targetloop = loops.b2l[t.ID]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/
H A Dtighten.go112 targetloop := loops.b2l[t.ID]
113 for targetloop != nil && (origloop == nil || targetloop.depth > origloop.depth) {
114 t = idom[targetloop.header.ID]
116 targetloop = loops.b2l[t.ID]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/ssa/
H A Dtighten.go111 targetloop := loops.b2l[t.ID]
112 for targetloop != nil && (origloop == nil || targetloop.depth > origloop.depth) {
113 t = idom[targetloop.header.ID]
115 targetloop = loops.b2l[t.ID]
/dports/emulators/vmips/vmips-1.5.1/
H A Ddebug.h59 void targetloop(void);
H A Ddebug.cc293 targetloop(); in serverloop()
311 Debug::targetloop(void) in targetloop() function in Debug
H A DChangeLog7735 (targetloop) Use PBUFSIZ instead of magic number 728.
11375 debug.h: Make Debug::targetloop() return void.
11385 debug.cc: Let return value of Debug::targetloop() be void.
11387 Check remotegdb_backend_error in targetloop.
14044 (targetloop) Increase size of receiving packet buffer.
14228 (targetloop) Implement 'k' request as target_kill() (doesn't work yet).
14394 debug.cc: (targetloop) Likewise.
14489 stub version of Debug::targetloop(), and Debug::start().