Searched refs:CallPath (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 575 SmallVector<unsigned, 4> RetPath, CallPath; in returnTypeIsEligibleForTailCall() local 579 bool CallEmpty = !firstRealType(CallVal->getType(), CallSubTypes, CallPath); in returnTypeIsEligibleForTailCall() 607 SmallVector<unsigned, 4> TmpCallPath(CallPath.rbegin(), CallPath.rend()); in returnTypeIsEligibleForTailCall() 616 CallEmpty = !nextRealType(CallSubTypes, CallPath); in returnTypeIsEligibleForTailCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 585 SmallVector<unsigned, 4> RetPath, CallPath; in returnTypeIsEligibleForTailCall() local 589 bool CallEmpty = !firstRealType(CallVal->getType(), CallSubTypes, CallPath); in returnTypeIsEligibleForTailCall() 617 SmallVector<unsigned, 4> TmpCallPath(CallPath.rbegin(), CallPath.rend()); in returnTypeIsEligibleForTailCall() 626 CallEmpty = !nextRealType(CallSubTypes, CallPath); in returnTypeIsEligibleForTailCall()
|