V8 Project
|
Public Attributes | |
MachineTypeUnion | use: 15 |
bool | queued: 1 |
bool | visited: 1 |
MachineTypeUnion | output: 15 |
Definition at line 55 of file simplified-lowering.cc.
MachineTypeUnion v8::internal::compiler::RepresentationSelector::NodeInfo::output |
Definition at line 59 of file simplified-lowering.cc.
Referenced by v8::internal::compiler::RepresentationSelector::ProcessInput(), v8::internal::compiler::RepresentationSelector::Run(), v8::internal::compiler::RepresentationSelector::SetOutput(), and v8::internal::compiler::RepresentationSelector::VisitNode().
bool v8::internal::compiler::RepresentationSelector::NodeInfo::queued |
Definition at line 57 of file simplified-lowering.cc.
Referenced by v8::internal::compiler::RepresentationSelector::Enqueue(), and v8::internal::compiler::RepresentationSelector::Run().
MachineTypeUnion v8::internal::compiler::RepresentationSelector::NodeInfo::use |
Definition at line 56 of file simplified-lowering.cc.
Referenced by v8::internal::compiler::RepresentationSelector::Enqueue(), v8::internal::compiler::RepresentationSelector::GetUseInfo(), and v8::internal::compiler::RepresentationSelector::Run().
bool v8::internal::compiler::RepresentationSelector::NodeInfo::visited |
Definition at line 58 of file simplified-lowering.cc.
Referenced by v8::internal::compiler::RepresentationSelector::Enqueue().