Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp471 static bool nextRealType(SmallVectorImpl<CompositeType *> &SubTypes, in nextRealType() function
616 CallEmpty = !nextRealType(CallSubTypes, CallPath); in returnTypeIsEligibleForTailCall()
617 } while(nextRealType(RetSubTypes, RetPath)); in returnTypeIsEligibleForTailCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp493 static bool nextRealType(SmallVectorImpl<CompositeType *> &SubTypes, in nextRealType() function
712 CallEmpty = !nextRealType(CallSubTypes, CallPath); in returnTypeIsEligibleForTailCall()
713 } while(nextRealType(RetSubTypes, RetPath)); in returnTypeIsEligibleForTailCall()