Home
last modified time | relevance | path

Searched refs:IgnoreRI (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DTailRecursionElimination.cpp305 static Value *getCommonReturnValue(ReturnInst *IgnoreRI, CallInst *CI) { in getCommonReturnValue() argument
311 if (RI == 0 || RI == IgnoreRI) continue; in getCommonReturnValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp388 static Value *getCommonReturnValue(ReturnInst *IgnoreRI, CallInst *CI) { in getCommonReturnValue() argument
394 if (RI == nullptr || RI == IgnoreRI) continue; in getCommonReturnValue()
/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp392 static Value *getCommonReturnValue(ReturnInst *IgnoreRI, CallInst *CI) { in getCommonReturnValue() argument
398 if (RI == nullptr || RI == IgnoreRI) continue; in getCommonReturnValue()