Searched refs:CurrentFuncletEntry (Results 1 – 2 of 2) sorted by relevance
185 CurrentFuncletEntry = &MBB; in beginFunclet()229 if (!CurrentFuncletEntry->isCleanupFuncletEntry()) in beginFunclet()236 if (!CurrentFuncletEntry) in endFunclet()261 !CurrentFuncletEntry->isCleanupFuncletEntry()) { in endFunclet()269 !CurrentFuncletEntry->isEHFuncletEntry()) { in endFunclet()283 CurrentFuncletEntry = nullptr; in endFunclet()
45 const MachineBasicBlock *CurrentFuncletEntry = nullptr; variable