Searched refs:isFuncletReturnInstr (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp712 static bool isFuncletReturnInstr(MachineInstr &MI) { function
732 : isFuncletReturnInstr(*MBBI);
H A DX86FrameLowering.cpp1905 static bool isFuncletReturnInstr(MachineInstr &MI) {
1996 bool IsFunclet = MBBI == MBB.end() ? false : isFuncletReturnInstr(*MBBI);
2616 if (MI != MBB.end() && isFuncletReturnInstr(*MI) && STI.isOSWindows()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1642 static bool isFuncletReturnInstr(const MachineInstr &MI) { function
1666 IsFunclet = isFuncletReturnInstr(*MBBI);

Completed in 192 milliseconds