Home
last modified time | relevance | path

Searched refs:pred_rpo (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/backend/
Djump-threading.cc61 RpoNumber pred_rpo = (block->predecessors())[0]; in IsBlockWithBranchPoisoning() local
62 const InstructionBlock* pred = code->InstructionBlockAt(pred_rpo); in IsBlockWithBranchPoisoning()
Dcode-generator.cc420 RpoNumber pred_rpo = (block->predecessors())[0]; in TryInsertBranchPoisoning() local
421 const InstructionBlock* pred = instructions()->InstructionBlockAt(pred_rpo); in TryInsertBranchPoisoning()
Dmid-tier-register-allocator.cc404 for (RpoNumber pred_rpo : phi_block->predecessors()) { in SpillRange() local
405 const InstructionBlock* block = data->GetBlock(pred_rpo); in SpillRange()