Searched refs:NeedSWGuarded (Results 1 – 1 of 1) sorted by relevance
22754 bool NeedSWGuarded = false; in LowerCall() local22758 NeedSWGuarded = true; in LowerCall()22763 NeedSWGuarded ? RISCVISD::SW_GUARDED_TAIL : RISCVISD::TAIL; in LowerCall()22771 unsigned CallOpc = NeedSWGuarded ? RISCVISD::SW_GUARDED_CALL : RISCVISD::CALL; in LowerCall()