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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp303 // points except for IgnoreRI. If so, return the returned value.
305 static Value *getCommonReturnValue(ReturnInst *IgnoreRI, CallInst *CI) { argument
311 if (RI == 0 || RI == IgnoreRI) continue;
/external/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp391 /// IgnoreRI. If so, return the returned value.
392 static Value *getCommonReturnValue(ReturnInst *IgnoreRI, CallInst *CI) { argument
398 if (RI == nullptr || RI == IgnoreRI) continue;

Completed in 52 milliseconds