Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dosr.cc56 LoopTree::Loop* osr_loop, Node* osr_normal_entry, in PeelOuterLoopsForOsr() argument
75 mapping->at(osr_normal_entry->id()) = dead; in PeelOuterLoopsForOsr()
279 Node* osr_normal_entry = nullptr; in Deconstruct() local
287 osr_normal_entry = node; in Deconstruct()
291 CHECK_NOT_NULL(osr_normal_entry); // Should have found the OSR normal entry. in Deconstruct()
316 osr_normal_entry, osr_loop_entry); in Deconstruct()
321 osr_normal_entry->ReplaceUses(dead); in Deconstruct()
322 osr_normal_entry->Kill(); in Deconstruct()