Searched refs:LabelMapTy (Results 1 – 1 of 1) sorted by relevance
472 using LabelMapTy = llvm::DenseMap<LabelDecl *, JumpTarget>; typedef in __anon15de256c0411::CFGBuilder473 LabelMapTy LabelMap;1445 LabelMapTy::iterator LI = LabelMap.find(G->getLabel()); in buildCFG()1467 LabelMapTy::iterator LI = LabelMap.find(*I); in buildCFG()3092 LabelMapTy::iterator I = LabelMap.find(G->getLabel()); in VisitGotoStmt()