Searched refs:AddGoto (Results 1 – 6 of 6) sorted by relevance
/external/v8/test/cctest/compiler/ |
D | test-instruction.cc | 109 R.schedule.AddGoto(last, block); in TEST() 138 R.schedule.AddGoto(b0, b1); in TEST() 139 R.schedule.AddGoto(b1, b2); in TEST() 140 R.schedule.AddGoto(b2, b3); in TEST() 218 R.schedule.AddGoto(b0, b1); in TEST()
|
D | test-schedule.cc | 59 schedule.AddGoto(entry, next); in TEST()
|
D | test-scheduler.cc | 120 schedule.AddGoto(schedule.start(), schedule.end()); in TEST() 137 schedule.AddGoto(last, block); in TEST()
|
/external/v8/src/compiler/ |
D | raw-machine-assembler.cc | 64 schedule()->AddGoto(CurrentBlock(), Use(label)); in Goto()
|
D | schedule.h | 229 void AddGoto(BasicBlock* block, BasicBlock* succ) { in AddGoto() function
|
D | scheduler.cc | 196 schedule_->AddGoto(predecessor_block, block); in ConnectMerge()
|