Searched refs:LabelMap (Results 1 – 4 of 4) sorted by relevance
473 LabelMapTy LabelMap; member in __anon15de256c0411::CFGBuilder1445 LabelMapTy::iterator LI = LabelMap.find(G->getLabel()); in buildCFG()1449 if (LI == LabelMap.end()) continue; in buildCFG()1467 LabelMapTy::iterator LI = LabelMap.find(*I); in buildCFG()1471 if (LI == LabelMap.end()) continue; in buildCFG()3038 assert(LabelMap.find(L->getDecl()) == LabelMap.end() && in VisitLabelStmt()3040 LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos); in VisitLabelStmt()3092 LabelMapTy::iterator I = LabelMap.find(G->getLabel()); in VisitGotoStmt()3094 if (I == LabelMap.end()) in VisitGotoStmt()
499 JumpDest &Dest = LabelMap[D]; in getJumpDestForLabel()516 JumpDest &Dest = LabelMap[D]; in EmitLabel()545 assert(CGF.LabelMap.count(*i)); in rescopeLabels()546 JumpDest &dest = CGF.LabelMap.find(*i)->second; in rescopeLabels()
335 return !LabelMap.empty();1235 llvm::DenseMap<const LabelDecl*, JumpDest> LabelMap;
459 DenseMap<unsigned, unsigned> LabelMap; member in __anon7e76e5f80111::MatchTable534 LabelMap.insert(std::make_pair(LabelID, CurrentSize)); in defineLabel()538 const auto I = LabelMap.find(LabelID); in getLabelIndex()539 assert(I != LabelMap.end() && "Use of undeclared label"); in getLabelIndex()