Searched refs:LabelMap (Results 1 – 4 of 4) sorted by relevance
152 typedef map<Label, Subset*> LabelMap; typedef156 void operator()(StateId s, LabelMap *label_map) {} in operator()470 typedef typename F::LabelMap LabelMap; typedef575 LabelMap label_map; in Expand()578 for (typename LabelMap::iterator liter = label_map.begin(); in Expand()589 void LabelSubsets(StateId s, LabelMap *label_map) { in LabelSubsets()605 typename LabelMap::iterator liter = label_map->lower_bound(arc.ilabel); in LabelSubsets()
315 LabelMapTy LabelMap; member in __anon4350aedf0111::CFGBuilder1016 LabelMapTy::iterator LI = LabelMap.find(G->getLabel()); in buildCFG()1020 if (LI == LabelMap.end()) continue; in buildCFG()1034 LabelMapTy::iterator LI = LabelMap.find(*I); in buildCFG()1038 if (LI == LabelMap.end()) continue; in buildCFG()2248 assert(LabelMap.find(L->getDecl()) == LabelMap.end() && in VisitLabelStmt()2250 LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos); in VisitLabelStmt()2290 LabelMapTy::iterator I = LabelMap.find(G->getLabel()); in VisitGotoStmt()2292 if (I == LabelMap.end()) in VisitGotoStmt()
394 JumpDest &Dest = LabelMap[D]; in getJumpDestForLabel()411 JumpDest &Dest = LabelMap[D]; in EmitLabel()441 assert(CGF.LabelMap.count(*i)); in rescopeLabels()442 JumpDest &dest = CGF.LabelMap.find(*i)->second; in rescopeLabels()
878 llvm::DenseMap<const LabelDecl*, JumpDest> LabelMap; variable