Lines Matching refs:InstructionBlock
565 InstructionBlock::InstructionBlock(Zone* zone, RpoNumber rpo_number, in InstructionBlock() function in v8::internal::compiler::InstructionBlock
585 size_t InstructionBlock::PredecessorIndexOf(RpoNumber rpo_number) const { in PredecessorIndexOf()
587 for (InstructionBlock::Predecessors::const_iterator i = predecessors_.begin(); in PredecessorIndexOf()
607 static InstructionBlock* InstructionBlockFor(Zone* zone, in InstructionBlockFor()
611 InstructionBlock* instr_block = new (zone) in InstructionBlockFor()
612 InstructionBlock(zone, GetRpo(block), GetRpo(block->loop_header()), in InstructionBlockFor()
645 for (const InstructionBlock* block : instruction_blocks()) { in ValidateEdgeSplitForm()
648 const InstructionBlock* successor = InstructionBlockAt(successor_id); in ValidateEdgeSplitForm()
660 for (const InstructionBlock* block : instruction_blocks()) { in ValidateDeferredBlockExitPaths()
674 for (const InstructionBlock* block : instruction_blocks()) { in ValidateDeferredBlockEntryPaths()
699 for (InstructionBlock* const block : *blocks) { in ComputeAssemblyOrder()
704 for (InstructionBlock* const block : *blocks) { in ComputeAssemblyOrder()
736 const InstructionBlock* block = InstructionBlockAt(rpo); in GetBlockStart()
779 InstructionBlock* InstructionSequence::GetInstructionBlock( in GetInstructionBlock()
888 const InstructionBlock* block = InstructionBlockAt(rpo); in PrintBlock()