Home
last modified time | relevance | path

Searched refs:CallPath (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
685 bool CallEmpty = !firstRealType(CallVal->getType(), CallSubTypes, CallPath); in returnTypeIsEligibleForTailCall()
714 SmallVector<unsigned, 4> TmpCallPath(llvm::reverse(CallPath)); in returnTypeIsEligibleForTailCall()
723 CallEmpty = !nextRealType(CallSubTypes, CallPath); in returnTypeIsEligibleForTailCall()