Searched refs:CurrentFuncletEntry (Results 1 – 2 of 2) sorted by relevance
117 if (isAArch64 && CurrentFuncletEntry && in markFunctionEnd()200 CurrentFuncletEntry = &MBB; in beginFunclet()244 if (!CurrentFuncletEntry->isCleanupFuncletEntry()) in beginFunclet()250 if (isAArch64 && CurrentFuncletEntry && in endFunclet()260 if (!CurrentFuncletEntry) in endFuncletImpl()271 !CurrentFuncletEntry->isCleanupFuncletEntry()) { in endFuncletImpl()282 !CurrentFuncletEntry->isEHFuncletEntry()) { in endFuncletImpl()309 CurrentFuncletEntry = nullptr; in endFuncletImpl()
46 const MachineBasicBlock *CurrentFuncletEntry = nullptr; variable