Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp730 SmallVector<unsigned, 4> RetPath, CallPath; in returnTypeIsEligibleForTailCall() local
734 bool CallEmpty = !firstRealType(CallVal->getType(), CallSubTypes, CallPath); in returnTypeIsEligibleForTailCall()
763 SmallVector<unsigned, 4> TmpCallPath(llvm::reverse(CallPath)); in returnTypeIsEligibleForTailCall()
772 CallEmpty = !nextRealType(CallSubTypes, CallPath); in returnTypeIsEligibleForTailCall()