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()
284 int MaxTCDelta = X86FI->getTCReturnAddrDelta(); in ExpandMI() local286 assert(MaxTCDelta <= 0 && "MaxTCDelta should never be positive"); in ExpandMI()289 Offset = StackAdj - MaxTCDelta; in ExpandMI()