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

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

Completed in 38 milliseconds