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