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