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

  /external/v8/src/compiler/
bytecode-branch-analysis.cc 27 AddBranch(current_offset, iterator.GetJumpTargetOffset());
33 void BytecodeBranchAnalysis::AddBranch(int source_offset, int target_offset) {
bytecode-branch-analysis.h 47 void AddBranch(int origin_offset, int target_offset);
bytecode-loop-analysis.h 40 void AddBranch(int origin_offset, int target_offset);
bytecode-loop-analysis.cc 36 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) {
schedule.h 217 void AddBranch(BasicBlock* block, Node* branch, BasicBlock* tblock,
schedule.cc 231 void Schedule::AddBranch(BasicBlock* block, Node* branch, BasicBlock* tblock,
raw-machine-assembler.cc 84 schedule()->AddBranch(CurrentBlock(), branch, Use(true_val), Use(false_val));
scheduler.cc 467 schedule_->AddBranch(branch_block, branch, successor_blocks[0],
    [all...]

Completed in 133 milliseconds