Searched refs:IsInstructionStart (Results 1 – 2 of 2) sorted by relevance
61 bool IsInstructionStart() const { in IsInstructionStart() function
1197 pos.IsInstructionStart() ? LGap::START : LGap::END, chunk()->zone()); in GetConnectingParallelMove()1199 int gap_pos = pos.IsInstructionStart() ? (index - 1) : (index + 1); in GetConnectingParallelMove()2031 return pos.IsInstructionStart() && in IsBlockBoundary()2044 ASSERT(pos.IsInstructionStart() || in SplitRangeAt()