Searched refs:instruction_index (Results 1 – 6 of 6) sorted by relevance
1010 int64 instruction_index = 0; in RematerializeComputation() local1020 << ", callee usage = " << callee_usage << ", [" << instruction_index in RematerializeComputation()1022 instruction_index++; in RematerializeComputation()
857 uint32_t instruction_index = 0; in GenerateSourceMessages() local868 if (instruction_index == debug_record[kInstCommonOutInstructionIdx]) { in GenerateSourceMessages()871 instruction_index++; in GenerateSourceMessages()
2508 int instruction_index = start.ToInstructionIndex(); in IntervalStartsAtBlockBoundary() local2510 data()->code()->GetInstructionBlock(instruction_index); in IntervalStartsAtBlockBoundary()2511 return block->first_instruction_index() == instruction_index; in IntervalStartsAtBlockBoundary()2517 int instruction_index = start.ToInstructionIndex(); in IntervalPredecessorsCoveredByRange() local2519 data()->code()->GetInstructionBlock(instruction_index); in IntervalPredecessorsCoveredByRange()2564 const LiveRange* range, int instruction_index) { in GetSplitPositionForInstruction() argument2567 ret = LifetimePosition::GapFromInstructionIndex(instruction_index); in GetSplitPositionForInstruction()
895 int instruction_index) const { in GetInstructionBlock()896 return instructions()[instruction_index]->block(); in GetInstructionBlock()
978 int instruction_index);
1516 InstructionBlock* GetInstructionBlock(int instruction_index) const; in NON_EXPORTED_BASE()