Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dscheduler.cc728 static const int kBlockVisited1 = -3; variable
731 static const int kBlockUnvisited2 = kBlockVisited1;
957 if (succ->rpo_number_ == kBlockVisited1) continue; in ComputeSpecialRPO()
974 frame->block->rpo_number_ = kBlockVisited1; in ComputeSpecialRPO()