Searched refs:LabelBlock (Results 1 – 1 of 1) sorted by relevance
2243 CFGBlock *LabelBlock = Block; in VisitLabelStmt() local2245 if (!LabelBlock) // This can happen when the body is empty, i.e. in VisitLabelStmt()2246 LabelBlock = createBlock(); // scopes that only contains NullStmts. in VisitLabelStmt()2250 LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos); in VisitLabelStmt()2256 LabelBlock->setLabel(L); in VisitLabelStmt()2264 Succ = LabelBlock; in VisitLabelStmt()2266 return LabelBlock; in VisitLabelStmt()