Home
last modified time | relevance | path

Searched defs:rpo (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/
Dinstruction-scheduler.cc90 void InstructionScheduler::StartBlock(RpoNumber rpo) { in StartBlock()
100 void InstructionScheduler::EndBlock(RpoNumber rpo) { in EndBlock()
Dinstruction.cc741 void InstructionSequence::StartBlock(RpoNumber rpo) { in StartBlock()
749 void InstructionSequence::EndBlock(RpoNumber rpo) { in EndBlock()
887 RpoNumber rpo = RpoNumber::FromInt(block_id); in PrintBlock() local
1002 std::ostream& operator<<(std::ostream& os, const RpoNumber& rpo) { in operator <<()
Djump-threading.cc177 RpoNumber rpo = constant.ToRpoNumber(); in ApplyForwarding() local
Dcode-generator.h61 Label* GetLabel(RpoNumber rpo) { return &labels_[rpo.ToSize()]; } in GetLabel()
Dgraph-visualizer.cc396 const BasicBlockVector* rpo = schedule->rpo_order(); in PrintSchedule() local
Dinstruction-selector.cc90 void InstructionSelector::StartBlock(RpoNumber rpo) { in StartBlock()
101 void InstructionSelector::EndBlock(RpoNumber rpo) { in EndBlock()
Dinstruction.h1014 explicit Constant(RpoNumber rpo) : type_(kRpoNumber), value_(rpo.ToInt()) {} in Constant()
/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.cc425 Rpo rpo = Rpo::FromInt(static_cast<int>(instruction_blocks_.size())); in NewBlock() local