Searched defs:switchNode (Results 1 – 3 of 3) sorted by relevance
243 void EHFunc::InsertDefaultLabelAndAbortFunc(BlockNode &blkNode, SwitchNode &switchNode, const StmtN… in InsertDefaultLabelAndAbortFunc()258 void EHFunc::FillSwitchTable(SwitchNode &switchNode, const EHTry &ehTry) in FillSwitchTable()296 SwitchNode *switchNode = nullptr; in InsertEHSwitchTable() local
290 BlockNode *MIRLower::LowerSwitchStmt(SwitchNode *switchNode) in LowerSwitchStmt()
1227 auto *switchNode = NewNode<SwitchNode>(*GetCurrentFuncCodeMpAllocator(), defaultLabel, opnd); in CreateStmtSwitch() local