Searched refs:getCommonReturnValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp509 // getCommonReturnValue - Check to see if the function containing the specified
513 static Value *getCommonReturnValue(ReturnInst *IgnoreRI, CallInst *CI) { function
558 return getCommonReturnValue(cast<ReturnInst>(I->user_back()), CI);
666 !getCommonReturnValue(nullptr, CI)) {
674 AccumulatorRecursionEliminationInitVal = getCommonReturnValue(Ret, CI);

Completed in 67 milliseconds