Searched refs:isEHFuncletEntry (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp99 if (NextMBB && !NextMBB->isEHFuncletEntry())
H A DX86RegisterInfo.cpp735 } else if (TFI->Is64Bit && (MBB.isEHFuncletEntry() || IsEHFuncletEpilogue)) {
H A DX86FrameLowering.cpp1353 bool IsFunclet = MBB.isEHFuncletEntry();
2457 if (MBB.isEHFuncletEntry() && STI.is32Bit() && STI.isOSWindows())
3622 bool NeedsRestore = MBB.isEHPad() && !MBB.isEHFuncletEntry();
H A DX86SpeculativeLoadHardening.cpp520 assert(!MBB.isEHFuncletEntry() && "Only Itanium ABI EH supported!");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp175 assert(MBB->isEHFuncletEntry());
282 !CurrentFuncletEntry->isEHFuncletEntry()) {
600 while (Stop != End && !Stop->isEHFuncletEntry())
895 if (FuncletEnd->isEHFuncletEntry()) {
1161 if (FuncletEnd->isEHFuncletEntry()) {
H A DAsmPrinter.cpp3016 if (MBB.isEHFuncletEntry()) {
3060 !MBB.isEHFuncletEntry() && !MBB.hasLabelMustBeEmitted())) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp180 if (MBB.isEHFuncletEntry())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp492 if (MBB.isEHFuncletEntry())
H A DMIRPrinter.cpp636 if (MBB.isEHFuncletEntry()) {
H A DMachineBasicBlock.cpp1456 return isEHFuncletEntry() ? TRI->getNoPreservedMask() : nullptr;
H A DPrologEpilogInserter.cpp378 if (MBB.isEHFuncletEntry())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h444 bool isEHFuncletEntry() const { return IsEHFuncletEntry; } function in class:llvm::MachineBasicBlock
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1066 bool IsFunclet = MBB.isEHFuncletEntry();

Completed in 212 milliseconds