Home
last modified time | relevance | path

Searched refs:RetPath (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp606 SmallVector<unsigned, 4> RetPath, CallPath; in returnTypeIsEligibleForTailCall() local
609 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()