Home
last modified time | relevance | path

Searched refs:osr_normal_entry (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dosr.cc49 Node* osr_normal_entry, Node* osr_loop_entry) { in PeelOuterLoopsForOsr() argument
67 mapping->at(osr_normal_entry->id()) = dead; in PeelOuterLoopsForOsr()
255 Node* osr_normal_entry = nullptr; in Deconstruct() local
263 osr_normal_entry = node; in Deconstruct()
269 CHECK(osr_normal_entry); in Deconstruct()
289 osr_normal_entry, osr_loop_entry); in Deconstruct()
294 osr_normal_entry->ReplaceUses(dead); in Deconstruct()
295 osr_normal_entry->Kill(); in Deconstruct()
/external/v8/test/cctest/compiler/
Dtest-osr.cc56 osr_normal_entry(graph.NewNode(common.OsrNormalEntry(), start, start)), in OsrDeconstructorTester()
73 Node* osr_normal_entry; member in v8::internal::compiler::OsrDeconstructorTester
99 if (entry == nullptr) entry = osr_normal_entry; in NewLoop()
120 CHECK(!nodes.IsLive(osr_normal_entry)); in DeconstructOsr()
167 d.Chain(T.osr_normal_entry); in TEST()