Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp731 SmallVector<Type *, 4> RetSubTypes, CallSubTypes; in returnTypeIsEligibleForTailCall() local
734 bool CallEmpty = !firstRealType(CallVal->getType(), CallSubTypes, CallPath); in returnTypeIsEligibleForTailCall()
772 CallEmpty = !nextRealType(CallSubTypes, CallPath); in returnTypeIsEligibleForTailCall()