Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:isTailCall

2054   // isTailCall may be true since the callee does not reference caller stack
2057 bool isTailCall = TLI.isInTailCallPosition(DAG, Node, TCChain);
2058 if (isTailCall)
2064 .setTailCall(isTailCall).setSExtResult(isSigned).setZExtResult(!isSigned);