Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAnalysis.cpp661 SmallVector<unsigned, 4> RetPath, CallPath; in returnTypeIsEligibleForTailCall() local
664 bool RetEmpty = !firstRealType(RetVal->getType(), RetSubTypes, RetPath); in returnTypeIsEligibleForTailCall()
686 ExtractValueInst::getIndexedType(RetSubTypes.back(), RetPath.back()); in returnTypeIsEligibleForTailCall()
693 SmallVector<unsigned, 4> TmpRetPath(RetPath.rbegin(), RetPath.rend()); in returnTypeIsEligibleForTailCall()
704 } while(nextRealType(RetSubTypes, RetPath)); in returnTypeIsEligibleForTailCall()