HomeSort by relevance Sort by last modified time
    Searched refs:osr_loop_entry (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
osr.cc 57 Node* osr_loop_entry) {
76 mapping->at(osr_loop_entry->id()) = dead;
301 Node* osr_loop_entry = nullptr; local
306 osr_loop_entry = node; // found the OSR loop entry
313 CHECK_NOT_NULL(osr_loop_entry); // Should have found the OSR loop entry.
315 for (Node* use : osr_loop_entry->uses()) {
324 for (Node* use : osr_loop_entry->uses()) {
337 osr_normal_entry, osr_loop_entry);
344 osr_loop_entry->ReplaceUses(graph->start());
345 osr_loop_entry->Kill()
    [all...]
ast-graph-builder.cc 4205 Node* osr_loop_entry = graph->NewNode(builder_->common()->OsrLoopEntry(), local
    [all...]

Completed in 57 milliseconds