Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp576 SmallVector<CompositeType *, 4> RetSubTypes, CallSubTypes; in returnTypeIsEligibleForTailCall() local
578 bool RetEmpty = !firstRealType(RetVal->getType(), RetSubTypes, RetPath); in returnTypeIsEligibleForTailCall()
599 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back()); in returnTypeIsEligibleForTailCall()
617 } while(nextRealType(RetSubTypes, RetPath)); in returnTypeIsEligibleForTailCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp586 SmallVector<CompositeType *, 4> RetSubTypes, CallSubTypes; in returnTypeIsEligibleForTailCall() local
588 bool RetEmpty = !firstRealType(RetVal->getType(), RetSubTypes, RetPath); in returnTypeIsEligibleForTailCall()
609 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back()); in returnTypeIsEligibleForTailCall()
627 } while(nextRealType(RetSubTypes, RetPath)); in returnTypeIsEligibleForTailCall()