Searched refs:OffsetFromLeader (Results 1 – 1 of 1) sorted by relevance
159 APInt OffsetFromLeader; member169 if (A.OffsetFromLeader != B.OffsetFromLeader) in sortChainInOffsetOrder()170 return A.OffsetFromLeader.slt(B.OffsetFromLeader); in sortChainInOffsetOrder()177 dbgs() << " " << *E.Inst << " (offset " << E.OffsetFromLeader << ")\n"; in dumpChain()535 ChainOffsets.insert({&*E.Inst, E.OffsetFromLeader}); in splitChainByMayAliasInstrs()622 APInt PrevReadEnd = Prev.OffsetFromLeader + SzBits / 8; in splitChainByContiguity()625 bool AreContiguous = It->OffsetFromLeader == PrevReadEnd; in splitChainByContiguity()630 << It->OffsetFromLeader << ")\n"); in splitChainByContiguity()717 APInt Sz = C[CEnd].OffsetFromLeader + in splitChainByAlignment()719 C[CBegin].OffsetFromLeader; in splitChainByAlignment()