Searched refs:LabelBlock (Results 1 – 1 of 1) sorted by relevance
3385 CFGBlock *LabelBlock = Block; in VisitLabelStmt() local3387 if (!LabelBlock) // This can happen when the body is empty, i.e. in VisitLabelStmt()3388 LabelBlock = createBlock(); // scopes that only contains NullStmts. in VisitLabelStmt()3392 LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos); in VisitLabelStmt()3398 LabelBlock->setLabel(L); in VisitLabelStmt()3406 Succ = LabelBlock; in VisitLabelStmt()3408 return LabelBlock; in VisitLabelStmt()