Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp576 SmallVector<unsigned, 4> RetPath, CallPath; in returnTypeIsEligibleForTailCall() local
579 bool RetEmpty = !firstRealType(RetVal->getType(), RetSubTypes, RetPath); in returnTypeIsEligibleForTailCall()
600 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back()); in returnTypeIsEligibleForTailCall()
607 SmallVector<unsigned, 4> TmpRetPath(RetPath.rbegin(), RetPath.rend()); in returnTypeIsEligibleForTailCall()
618 } while(nextRealType(RetSubTypes, RetPath)); in returnTypeIsEligibleForTailCall()