Searched refs:opcodeIsReturn (Results 1 – 10 of 10) sorted by relevance
34 virtual bool opcodeIsReturn(unsigned opcode) const override;
71 bool X86ReturnProtectorLowering::opcodeIsReturn(unsigned opcode) const { in opcodeIsReturn() function in X86ReturnProtectorLowering
35 virtual bool opcodeIsReturn(unsigned opcode) const override;
216 bool PPCReturnProtectorLowering::opcodeIsReturn(unsigned opcode) const { in opcodeIsReturn() function in PPCReturnProtectorLowering
204 bool MipsReturnProtectorLowering::opcodeIsReturn(unsigned opcode) const { in opcodeIsReturn() function in MipsReturnProtectorLowering
78 bool AArch64ReturnProtectorLowering::opcodeIsReturn(unsigned opcode) const { in opcodeIsReturn() function in AArch64ReturnProtectorLowering
45 virtual bool opcodeIsReturn(unsigned opcode) const { return false; } in opcodeIsReturn() function
121 if (opcodeIsReturn(T.getOpcode())) { in setupReturnProtector()320 if (opcodeIsReturn(MI.getOpcode())) { in insertReturnProtectors()