Home
last modified time | relevance | path

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

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