Searched refs:AddBranch (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/compiler/
H A Dbytecode-branch-analysis.cc27 AddBranch(current_offset, iterator.GetJumpTargetOffset());
33 void BytecodeBranchAnalysis::AddBranch(int source_offset, int target_offset) { function in class:v8::internal::compiler::BytecodeBranchAnalysis
H A Dbytecode-branch-analysis.h47 void AddBranch(int origin_offset, int target_offset);
H A Dbytecode-loop-analysis.cc36 AddBranch(current_offset, iterator.GetJumpTargetOffset());
46 // This is guaranteed by the invariants from AddBranch, such that every
58 void BytecodeLoopAnalysis::AddBranch(int origin_offset, int target_offset) { function in class:v8::internal::compiler::BytecodeLoopAnalysis
H A Dbytecode-loop-analysis.h40 void AddBranch(int origin_offset, int target_offset);
H A Dschedule.h217 void AddBranch(BasicBlock* block, Node* branch, BasicBlock* tblock,
H A Dschedule.cc231 void Schedule::AddBranch(BasicBlock* block, Node* branch, BasicBlock* tblock, function in class:v8::internal::compiler::Schedule
H A Draw-machine-assembler.cc84 schedule()->AddBranch(CurrentBlock(), branch, Use(true_val), Use(false_val));
H A Dscheduler.cc467 schedule_->AddBranch(branch_block, branch, successor_blocks[0],

Completed in 163 milliseconds