Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp575 SmallVector<unsigned, 4> RetPath, CallPath; in returnTypeIsEligibleForTailCall() local
578 bool RetEmpty = !firstRealType(RetVal->getType(), RetSubTypes, RetPath); in returnTypeIsEligibleForTailCall()
599 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back()); in returnTypeIsEligibleForTailCall()
606 SmallVector<unsigned, 4> TmpRetPath(RetPath.rbegin(), RetPath.rend()); in returnTypeIsEligibleForTailCall()
617 } while(nextRealType(RetSubTypes, RetPath)); in returnTypeIsEligibleForTailCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp585 SmallVector<unsigned, 4> RetPath, CallPath; in returnTypeIsEligibleForTailCall() local
588 bool RetEmpty = !firstRealType(RetVal->getType(), RetSubTypes, RetPath); in returnTypeIsEligibleForTailCall()
609 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back()); in returnTypeIsEligibleForTailCall()
616 SmallVector<unsigned, 4> TmpRetPath(RetPath.rbegin(), RetPath.rend()); in returnTypeIsEligibleForTailCall()
627 } while(nextRealType(RetSubTypes, RetPath)); in returnTypeIsEligibleForTailCall()