Searched refs:InstructionIndex (Results 1 – 3 of 3) sorted by relevance
1178 int index = pos.InstructionIndex(); in GetConnectingParallelMove()1191 LGap* gap = GapAt(chunk_->NearestGapPos(pos.InstructionIndex())); in GetBlock()1395 int start = range->Start().InstructionIndex(); in PopulatePointerMaps()1399 if (this_end.InstructionIndex() > end) end = this_end.InstructionIndex(); in PopulatePointerMaps()1400 DCHECK(cur->Start().InstructionIndex() >= start); in PopulatePointerMaps()1537 if (IsGapAt(next_pos.InstructionIndex())) { in AllocateRegisters()2020 InstructionAt(pos.InstructionIndex())->IsLabel(); in IsBlockBoundary()2033 !chunk_->instructions()->at(pos.InstructionIndex())->IsControl()); in SplitRangeAt()2060 int start_instr = start.InstructionIndex(); in FindOptimalSplitPos()2061 int end_instr = end.InstructionIndex(); in FindOptimalSplitPos()
51 int InstructionIndex() const { in InstructionIndex() function
1273 procedure Rollback(const InstructionIndex: Integer); overload;1280 const InstructionIndex: Integer); overload;2562 property InstructionIndex: Integer read GetInstructionIndex write SetInstructionIndex; property2666 procedure Rollback(const InstructionIndex: Integer); overload; virtual;2668 const InstructionIndex: Integer); overload; virtual;6000 Op.InstructionIndex := Rewrites.Count;6031 Rewrites[IOp.InstructionIndex] := nil;6043 Rewrites[PrevROp.InstructionIndex] := nil;6076 Rewrites[PrevIOp.InstructionIndex] := nil;6126 procedure TTokenRewriteStream.Rollback(const InstructionIndex: Integer);[all …]