Searched refs:ControlFlowChangeBreak (Results 1 – 4 of 4) sorted by relevance
38 compiler::Label *target = pg->ControlFlowChangeBreak(ident_); in Compile()
125 pg_->ControlFlowChangeBreak(); in Yield()
327 Label *ControlFlowChangeBreak(const ir::Identifier *label = nullptr);
745 Label *PandaGen::ControlFlowChangeBreak(const ir::Identifier *label) in ControlFlowChangeBreak() function in panda::es2panda::compiler::PandaGen