Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:LPad

63   const MachineBasicBlock *LPad = MBB->getLandingPadSuccessor();
77 if (!LPad)
79 // There may not be a call instruction (?) in which case we ignore LPad.
93 if (!LPad || !LSP.second || !LIS.isLiveInToMBB(*CurLI, LPad))