Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp576 SmallVector<unsigned, 4> RetPath, CallPath; in returnTypeIsEligibleForTailCall() local
580 bool CallEmpty = !firstRealType(CallVal->getType(), CallSubTypes, CallPath); in returnTypeIsEligibleForTailCall()
608 SmallVector<unsigned, 4> TmpCallPath(CallPath.rbegin(), CallPath.rend()); in returnTypeIsEligibleForTailCall()
617 CallEmpty = !nextRealType(CallSubTypes, CallPath); in returnTypeIsEligibleForTailCall()