HomeSort by relevance Sort by last modified time
    Searched refs:AddGoto (Results 1 - 7 of 7) sorted by null

  /external/v8/test/cctest/compiler/
test-instruction.cc 119 R.schedule.AddGoto(last, block);
143 R.schedule.AddGoto(b0, b1);
144 R.schedule.AddGoto(b1, b2);
145 R.schedule.AddGoto(b2, b3);
216 R.schedule.AddGoto(b0, b1);
  /external/v8/test/unittests/compiler/
schedule-unittest.cc 117 TEST_F(ScheduleTest, AddGoto) {
123 schedule.AddGoto(start, block);
225 schedule.AddGoto(tblock, mblock);
226 schedule.AddGoto(fblock, mblock);
scheduler-unittest.cc 164 schedule.AddGoto(schedule.start(), schedule.end());
180 schedule.AddGoto(last, block);
    [all...]
  /external/v8/src/compiler/
schedule.h 207 void AddGoto(BasicBlock* block, BasicBlock* succ);
schedule.cc 196 void Schedule::AddGoto(BasicBlock* block, BasicBlock* succ) {
raw-machine-assembler.cc 58 schedule()->AddGoto(CurrentBlock(), Use(label));
scheduler.cc 497 schedule_->AddGoto(predecessor_block, block);
    [all...]

Completed in 3340 milliseconds