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

  /external/v8/src/compiler/
raw-machine-assembler.cc 73 schedule()->AddBranch(CurrentBlock(), branch, Use(true_val), Use(false_val));
schedule.h 236 void AddBranch(BasicBlock* block, Node* branch, BasicBlock* tblock,
scheduler.cc 182 schedule_->AddBranch(branch_block, branch, successor_blocks[0],
    [all...]
  /external/v8/test/cctest/compiler/
test-schedule.cc 84 schedule.AddBranch(entry, b, tblock, fblock);
  /art/compiler/utils/arm/
assembler_thumb2.h 689 Branch::Size AddBranch(Branch::Type type, uint32_t location, uint32_t target,
696 uint16_t AddBranch(Branch::Type type, uint32_t location, Register rn) {
702 uint16_t AddBranch(Branch::Type type, uint32_t location, Condition cond = AL) {
assembler_thumb2.cc     [all...]

Completed in 90 milliseconds