Searched refs:CurrentFuncletEntry (Results 1 – 2 of 2) sorted by relevance
122 if (isAArch64 && CurrentFuncletEntry && in markFunctionEnd()205 CurrentFuncletEntry = &MBB; in beginFunclet()249 if (!CurrentFuncletEntry->isCleanupFuncletEntry()) in beginFunclet()255 if (isAArch64 && CurrentFuncletEntry && in endFunclet()265 if (!CurrentFuncletEntry) in endFuncletImpl()276 !CurrentFuncletEntry->isCleanupFuncletEntry()) { in endFuncletImpl()287 !CurrentFuncletEntry->isEHFuncletEntry()) { in endFuncletImpl()314 CurrentFuncletEntry = nullptr; in endFuncletImpl()
42 const MachineBasicBlock *CurrentFuncletEntry = nullptr; variable