Home
last modified time | relevance | path

Searched refs:LabelMap (Results 1 – 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
Ddeterminize.h152 typedef map<Label, Subset*> LabelMap; typedef
156 void operator()(StateId s, LabelMap *label_map) {} in operator()
470 typedef typename F::LabelMap LabelMap; typedef
575 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()
/external/clang/lib/Analysis/
DCFG.cpp315 LabelMapTy LabelMap; member in __anon4350aedf0111::CFGBuilder
1016 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()
/external/clang/lib/CodeGen/
DCGStmt.cpp394 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()
DCodeGenFunction.h878 llvm::DenseMap<const LabelDecl*, JumpDest> LabelMap; variable