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

  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 528 Value *RetOp = RI->getOperand(0);
529 if (!isDynamicConstant(RetOp, CI, RI))
532 if (ReturnedValue && RetOp != ReturnedValue)
534 ReturnedValue = RetOp;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 611 milliseconds