Searched refs:LabelBlock (Results 1 – 1 of 1) sorted by relevance
2308 CFGBlock *LabelBlock = Block; in VisitLabelStmt() local2310 if (!LabelBlock) // This can happen when the body is empty, i.e. in VisitLabelStmt()2311 LabelBlock = createBlock(); // scopes that only contains NullStmts. in VisitLabelStmt()2315 LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos); in VisitLabelStmt()2321 LabelBlock->setLabel(L); in VisitLabelStmt()2329 Succ = LabelBlock; in VisitLabelStmt()2331 return LabelBlock; in VisitLabelStmt()