Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAnalysis.cpp681 SmallVector<unsigned, 4> RetPath, CallPath; in returnTypeIsEligibleForTailCall() local
684 bool RetEmpty = !firstRealType(RetVal->getType(), RetSubTypes, RetPath); in returnTypeIsEligibleForTailCall()
706 ExtractValueInst::getIndexedType(RetSubTypes.back(), RetPath.back()); in returnTypeIsEligibleForTailCall()
713 SmallVector<unsigned, 4> TmpRetPath(llvm::reverse(RetPath)); in returnTypeIsEligibleForTailCall()
724 } while(nextRealType(RetSubTypes, RetPath)); in returnTypeIsEligibleForTailCall()