![]()  | 
  
    v8
    
   V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. 
   | 
 
#include <instruction-selection-phase.h>
Public Attributes | |
| int32_t | rpo_number = kBlockUnvisited | 
| size_t | loop_number = kNoLoopNumber | 
| const Block * | rpo_next = nullptr | 
Static Public Attributes | |
| static constexpr size_t | kNoLoopNumber = std::numeric_limits<size_t>::max() | 
Definition at line 64 of file instruction-selection-phase.h.
      
  | 
  staticconstexpr | 
Definition at line 65 of file instruction-selection-phase.h.
| size_t v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::BlockData::loop_number = kNoLoopNumber | 
Definition at line 67 of file instruction-selection-phase.h.
| const Block* v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::BlockData::rpo_next = nullptr | 
Definition at line 68 of file instruction-selection-phase.h.
| int32_t v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::BlockData::rpo_number = kBlockUnvisited | 
Definition at line 66 of file instruction-selection-phase.h.