Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp452 static bool nextRealType(SmallVectorImpl<CompositeType *> &SubTypes, in nextRealType() function
647 CallEmpty = !nextRealType(CallSubTypes, CallPath); in returnTypeIsEligibleForTailCall()
648 } while(nextRealType(RetSubTypes, RetPath)); in returnTypeIsEligibleForTailCall()