Searched refs:MaxTCDelta (Results 1 – 2 of 2) sorted by relevance
225 int MaxTCDelta = MFI->getTCReturnAddrDelta(); in INITIALIZE_PASS() local227 assert(MaxTCDelta <= 0 && "MaxTCDelta should never be positive"); in INITIALIZE_PASS()230 Offset = StackAdj - MaxTCDelta; in INITIALIZE_PASS()
287 int MaxTCDelta = X86FI->getTCReturnAddrDelta(); in ExpandMI() local289 assert(MaxTCDelta <= 0 && "MaxTCDelta should never be positive"); in ExpandMI()292 Offset = StackAdj - MaxTCDelta; in ExpandMI()