HomeSort by relevance Sort by last modified time
    Searched refs:getCommonReturnValue (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
TailRecursionElimination.cpp 301 // getCommonReturnValue - Check to see if the function containing the specified
305 static Value *getCommonReturnValue(ReturnInst *IgnoreRI, CallInst *CI) {
350 return getCommonReturnValue(cast<ReturnInst>(I->use_back()), CI);
457 !getCommonReturnValue(0, CI)) {
465 AccumulatorRecursionEliminationInitVal = getCommonReturnValue(Ret, CI);
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 392 static Value *getCommonReturnValue(ReturnInst *IgnoreRI, CallInst *CI) {
435 return getCommonReturnValue(cast<ReturnInst>(I->user_back()), CI);
542 !getCommonReturnValue(nullptr, CI)) {
550 AccumulatorRecursionEliminationInitVal = getCommonReturnValue(Ret, CI);
    [all...]

Completed in 1872 milliseconds