Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp486 static bool firstRealType(Type *Next, SmallVectorImpl<Type *> &SubTypes, in firstRealType() function
669 bool RetEmpty = !firstRealType(RetVal->getType(), RetSubTypes, RetPath); in returnTypeIsEligibleForTailCall()
670 bool CallEmpty = !firstRealType(CallVal->getType(), CallSubTypes, CallPath); in returnTypeIsEligibleForTailCall()