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;
280 Node* osr_loop_entry = nullptr; local
285 osr_loop_entry = node; // found the OSR loop entry
292 CHECK_NOT_NULL(osr_loop_entry); // Should have found the OSR loop entry.
294 for (Node* use : osr_loop_entry->uses()) {
303 for (Node* use : osr_loop_entry->uses()) {
316 osr_normal_entry, osr_loop_entry);
323 osr_loop_entry->ReplaceUses(graph->start());
324 osr_loop_entry->Kill()
    [all...]
ast-graph-builder.cc 3024 Node* osr_loop_entry = graph->NewNode(builder_->common()->OsrLoopEntry(), local
    [all...]

Completed in 134 milliseconds