Home | History | Annotate | Download | only in Analysis

Lines Matching refs:LabelMap

384   // LabelMap records the mapping from Label expressions to their jump targets.
386 LabelMapTy LabelMap;
1063 LabelMapTy::iterator LI = LabelMap.find(G->getLabel());
1067 if (LI == LabelMap.end()) continue;
1081 LabelMapTy::iterator LI = LabelMap.find(*I);
1085 if (LI == LabelMap.end()) continue;
2327 assert(LabelMap.find(L->getDecl()) == LabelMap.end() &&
2329 LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos);
2381 LabelMapTy::iterator I = LabelMap.find(G->getLabel());
2383 if (I == LabelMap.end())