Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp666 SmallVector<unsigned, 4> RetPath, CallPath; in returnTypeIsEligibleForTailCall() local
669 bool RetEmpty = !firstRealType(RetVal->getType(), RetSubTypes, RetPath); in returnTypeIsEligibleForTailCall()
691 ExtractValueInst::getIndexedType(RetSubTypes.back(), RetPath.back()); in returnTypeIsEligibleForTailCall()
698 SmallVector<unsigned, 4> TmpRetPath(llvm::reverse(RetPath)); in returnTypeIsEligibleForTailCall()
709 } while(nextRealType(RetSubTypes, RetPath)); in returnTypeIsEligibleForTailCall()