Searched refs:CurrentFuncletEntry (Results 1 – 2 of 2) sorted by relevance
117 if (isAArch64 && CurrentFuncletEntry && in markFunctionEnd()192 CurrentFuncletEntry = &MBB; in beginFunclet()236 if (!CurrentFuncletEntry->isCleanupFuncletEntry()) in beginFunclet()242 if (isAArch64 && CurrentFuncletEntry && in endFunclet()252 if (!CurrentFuncletEntry) in endFuncletImpl()263 !CurrentFuncletEntry->isCleanupFuncletEntry()) { in endFuncletImpl()274 !CurrentFuncletEntry->isEHFuncletEntry()) { in endFuncletImpl()301 CurrentFuncletEntry = nullptr; in endFuncletImpl()
46 const MachineBasicBlock *CurrentFuncletEntry = nullptr; variable