Searched refs:InstructionBlockCount (Results 1 – 6 of 6) sorted by relevance
62 state.Clear(code->InstructionBlockCount()); in ComputeForwarding()105 if (next < code->InstructionBlockCount()) fw = RpoNumber::FromInt(next); in ComputeForwarding()
41 labels_(zone()->NewArray<Label>(code->InstructionBlockCount())), in CodeGenerator()56 for (int i = 0; i < code->InstructionBlockCount(); ++i) { in CodeGenerator()
903 for (int i = 0; i < code.InstructionBlockCount(); i++) { in operator <<()
1285 live_in_sets_(code->InstructionBlockCount(), nullptr, allocation_zone()), in RegisterAllocationData()1286 live_out_sets_(code->InstructionBlockCount(), nullptr, allocation_zone()), in RegisterAllocationData()2124 for (int block_id = code()->InstructionBlockCount() - 1; block_id >= 0; in BuildLiveRanges()
1194 int InstructionBlockCount() const { in InstructionBlockCount() function
126 CHECK_EQ(static_cast<int>(blocks->size()), R.code->InstructionBlockCount()); in TEST()