Lines Matching refs:InstructionBlock
635 InstructionBlock::InstructionBlock(Zone* zone, RpoNumber rpo_number, in InstructionBlock() function in v8::internal::compiler::InstructionBlock
653 size_t InstructionBlock::PredecessorIndexOf(RpoNumber rpo_number) const { in PredecessorIndexOf()
655 for (InstructionBlock::Predecessors::const_iterator i = predecessors_.begin(); in PredecessorIndexOf()
675 static InstructionBlock* InstructionBlockFor(Zone* zone, in InstructionBlockFor()
679 InstructionBlock* instr_block = new (zone) in InstructionBlockFor()
680 InstructionBlock(zone, GetRpo(block), GetRpo(block->loop_header()), in InstructionBlockFor()
696 const InstructionBlock* block = printable_block.block_; in operator <<()
763 for (const InstructionBlock* block : instruction_blocks()) { in ValidateEdgeSplitForm()
766 const InstructionBlock* successor = InstructionBlockAt(successor_id); in ValidateEdgeSplitForm()
778 for (const InstructionBlock* block : instruction_blocks()) { in ValidateDeferredBlockExitPaths()
792 for (const InstructionBlock* block : instruction_blocks()) { in ValidateDeferredBlockEntryPaths()
817 for (InstructionBlock* const block : *blocks) { in ComputeAssemblyOrder()
822 for (InstructionBlock* const block : *blocks) { in ComputeAssemblyOrder()
855 const InstructionBlock* block = InstructionBlockAt(rpo); in GetBlockStart()
894 InstructionBlock* InstructionSequence::GetInstructionBlock( in GetInstructionBlock()
999 const InstructionBlock* block = InstructionBlockAt(rpo); in PrintBlock()