Searched refs:RetPath (Results 1 – 1 of 1) sorted by relevance
606 SmallVector<unsigned, 4> RetPath, CallPath; in returnTypeIsEligibleForTailCall() local609 bool RetEmpty = !firstRealType(RetVal->getType(), RetSubTypes, RetPath); in returnTypeIsEligibleForTailCall()630 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back()); in returnTypeIsEligibleForTailCall()637 SmallVector<unsigned, 4> TmpRetPath(RetPath.rbegin(), RetPath.rend()); in returnTypeIsEligibleForTailCall()648 } while(nextRealType(RetSubTypes, RetPath)); in returnTypeIsEligibleForTailCall()