Searched refs:MaxTCDelta (Results 1 – 2 of 2) sorted by relevance
206 int MaxTCDelta = MFI->getTCReturnAddrDelta(); in ExpandMI() local208 assert(MaxTCDelta <= 0 && "MaxTCDelta should never be positive"); in ExpandMI()211 Offset = StackAdj - MaxTCDelta; in ExpandMI()
288 int MaxTCDelta = X86FI->getTCReturnAddrDelta(); in ExpandMI() local290 assert(MaxTCDelta <= 0 && "MaxTCDelta should never be positive"); in ExpandMI()293 Offset = StackAdj - MaxTCDelta; in ExpandMI()