Home | History | Annotate | Download | only in Analysis

Lines Matching refs:LabelBlock

2308   CFGBlock *LabelBlock = Block;
2310 if (!LabelBlock) // This can happen when the body is empty, i.e.
2311 LabelBlock = createBlock(); // scopes that only contains NullStmts.
2315 LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos);
2321 LabelBlock->setLabel(L);
2329 Succ = LabelBlock;
2331 return LabelBlock;