Lines Matching refs:InstructionBlock
767 class InstructionBlock; variable
917 InstructionBlock* block() const { return block_; } in block()
918 void set_block(InstructionBlock* block) { in set_block()
943 InstructionBlock* block_;
1193 class InstructionBlock final : public ZoneObject {
1195 InstructionBlock(Zone* zone, RpoNumber rpo_number, RpoNumber loop_header,
1283 typedef ZoneVector<InstructionBlock*> InstructionBlocks;
1313 InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) { in InstructionBlockAt()
1317 int LastLoopInstructionIndex(const InstructionBlock* block) { in LastLoopInstructionIndex()
1322 const InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) const { in InstructionBlockAt()
1326 InstructionBlock* GetInstructionBlock(int instruction_index) const;
1477 InstructionBlock* current_block_;