Home
last modified time | relevance | path

Searched refs:AddTerminator (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dinstruction-scheduler.h37 void AddTerminator(Instruction* instr);
Dinstruction-scheduler.cc118 void InstructionScheduler::AddTerminator(Instruction* instr) { in AddTerminator() function in v8::internal::compiler::InstructionScheduler
Dinstruction-selector.h286 void AddTerminator(Instruction* instr);
Dinstruction-selector.cc110 AddTerminator(instructions_[end]); in SelectInstructions()
139 void InstructionSelector::AddTerminator(Instruction* instr) { in AddTerminator() function in v8::internal::compiler::InstructionSelector
142 scheduler_->AddTerminator(instr); in AddTerminator()