Searched refs:MaxTCDelta (Results 1 – 2 of 2) sorted by relevance
92 int MaxTCDelta = X86FI->getTCReturnAddrDelta(); in ExpandMI() local94 assert(MaxTCDelta <= 0 && "MaxTCDelta should never be positive"); in ExpandMI()97 Offset = StackAdj-MaxTCDelta; in ExpandMI()
1045 int MaxTCDelta = X86FI->getTCReturnAddrDelta(); in emitEpilogue() local1047 assert(MaxTCDelta <= 0 && "MaxTCDelta should never be positive"); in emitEpilogue()1050 Offset = StackAdj-MaxTCDelta; in emitEpilogue()