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