Searched refs:IsInstructionStart (Results 1 – 2 of 2) sorted by relevance
58 bool IsInstructionStart() const { in IsInstructionStart() function
1182 pos.IsInstructionStart() ? LGap::START : LGap::END, chunk()->zone()); in GetConnectingParallelMove()1184 int gap_pos = pos.IsInstructionStart() ? (index - 1) : (index + 1); in GetConnectingParallelMove()2019 return pos.IsInstructionStart() && in IsBlockBoundary()2032 DCHECK(pos.IsInstructionStart() || in SplitRangeAt()