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

/external/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp471 // isDynamicConstant - Return true if the specified value is the same when the
478 static bool isDynamicConstant(Value *V, CallInst *CI, ReturnInst *RI) { function
526 if (!isDynamicConstant(RetOp, CI, RI))
670 if (!isDynamicConstant(Ret->getReturnValue(), CI, Ret))

Completed in 107 milliseconds