Home
last modified time | relevance | path

Searched defs:IsFunclet (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp395 getFixedObjectSize(const MachineFunction & MF,const AArch64FunctionInfo * AFI,bool IsWin64,bool IsFunclet) getFixedObjectSize() argument
1739 bool IsFunclet = MBB.isEHFuncletEntry(); emitPrologue() local
2238 bool IsFunclet = false; emitEpilogue() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1539 bool IsFunclet = MBB.isEHFuncletEntry(); emitPrologue() local
2363 bool IsFunclet = MBBI == MBB.end() ? false : isFuncletReturnInstr(*MBBI); emitEpilogue() local
[all...]