Lines Matching refs:InstructionBlock
607 InstructionBlock::InstructionBlock(Zone* zone, RpoNumber rpo_number, in InstructionBlock() function in v8::internal::compiler::InstructionBlock
625 size_t InstructionBlock::PredecessorIndexOf(RpoNumber rpo_number) const { in PredecessorIndexOf()
627 for (InstructionBlock::Predecessors::const_iterator i = predecessors_.begin(); in PredecessorIndexOf()
647 static InstructionBlock* InstructionBlockFor(Zone* zone, in InstructionBlockFor()
651 InstructionBlock* instr_block = new (zone) in InstructionBlockFor()
652 InstructionBlock(zone, GetRpo(block), GetRpo(block->loop_header()), in InstructionBlockFor()
668 const InstructionBlock* block = printable_block.block_; in operator <<()
737 for (const InstructionBlock* block : instruction_blocks()) { in ValidateEdgeSplitForm()
740 const InstructionBlock* successor = InstructionBlockAt(successor_id); in ValidateEdgeSplitForm()
752 for (const InstructionBlock* block : instruction_blocks()) { in ValidateDeferredBlockExitPaths()
766 for (const InstructionBlock* block : instruction_blocks()) { in ValidateDeferredBlockEntryPaths()
791 for (InstructionBlock* const block : *blocks) { in ComputeAssemblyOrder()
796 for (InstructionBlock* const block : *blocks) { in ComputeAssemblyOrder()
829 const InstructionBlock* block = InstructionBlockAt(rpo); in GetBlockStart()
872 InstructionBlock* InstructionSequence::GetInstructionBlock( in GetInstructionBlock()
977 const InstructionBlock* block = InstructionBlockAt(rpo); in PrintBlock()