Home | History | Annotate | Download | only in src

Lines Matching refs:Ret

258     Ret,
326 /// Ret pseudo-instruction. This is actually a "jr" instruction with an "ra"
327 /// register operand, but epilogue lowering will search for a Ret instead of a
329 /// returning functions) for liveness analysis, though a FakeUse before the ret
348 static bool classof(const Inst *Inst) { return isClassof(Inst, Ret); }