Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAnalysis.cpp503 static bool nextRealType(SmallVectorImpl<Type *> &SubTypes, in nextRealType() function
723 CallEmpty = !nextRealType(CallSubTypes, CallPath); in returnTypeIsEligibleForTailCall()
724 } while(nextRealType(RetSubTypes, RetPath)); in returnTypeIsEligibleForTailCall()