Searched refs:MaxTCDelta (Results 1 – 2 of 2) sorted by relevance
223 int MaxTCDelta = MFI->getTCReturnAddrDelta(); in INITIALIZE_PASS() local225 assert(MaxTCDelta <= 0 && "MaxTCDelta should never be positive"); in INITIALIZE_PASS()228 Offset = StackAdj - MaxTCDelta; in INITIALIZE_PASS()
286 int MaxTCDelta = X86FI->getTCReturnAddrDelta(); in expandMI() local288 assert(MaxTCDelta <= 0 && "MaxTCDelta should never be positive"); in expandMI()291 Offset = StackAdj - MaxTCDelta; in expandMI()