Searched refs:CurrentFuncletEntry (Results 1 – 2 of 2) sorted by relevance
117 if (isAArch64 && CurrentFuncletEntry && in markFunctionEnd()191 CurrentFuncletEntry = &MBB; in beginFunclet()235 if (!CurrentFuncletEntry->isCleanupFuncletEntry()) in beginFunclet()241 if (isAArch64 && CurrentFuncletEntry && in endFunclet()251 if (!CurrentFuncletEntry) in endFuncletImpl()262 !CurrentFuncletEntry->isCleanupFuncletEntry()) { in endFuncletImpl()273 !CurrentFuncletEntry->isEHFuncletEntry()) { in endFuncletImpl()305 CurrentFuncletEntry = nullptr; in endFuncletImpl()
46 const MachineBasicBlock *CurrentFuncletEntry = nullptr; variable