Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp515 static bool nextRealType(SmallVectorImpl<Type *> &SubTypes, in nextRealType() function
708 CallEmpty = !nextRealType(CallSubTypes, CallPath); in returnTypeIsEligibleForTailCall()
709 } while(nextRealType(RetSubTypes, RetPath)); in returnTypeIsEligibleForTailCall()