Searched refs:LabelMap (Results 1 – 4 of 4) sorted by relevance
515 LabelMapTy LabelMap; member in __anonef2f84bd0411::CFGBuilder1638 LabelMapTy::iterator LI = LabelMap.find(G->getLabel()); in buildCFG()1641 if (LI == LabelMap.end()) in buildCFG()1651 LabelMapTy::iterator LI = LabelMap.find(L->getLabel()); in buildCFG()1654 if (LI == LabelMap.end()) in buildCFG()1671 LabelMapTy::iterator LI = LabelMap.find(*I); in buildCFG()1675 if (LI == LabelMap.end()) continue; in buildCFG()3394 assert(!LabelMap.contains(L->getDecl()) && "label already in map"); in VisitLabelStmt()3395 LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos); in VisitLabelStmt()3459 LabelMapTy::iterator I = LabelMap.find(G->getLabel()); in VisitGotoStmt()[all …]
189 DenseMap<unsigned, unsigned> LabelMap; variable235 LabelMap.insert(std::pair(LabelID, CurrentSize)); in defineLabel()239 const auto I = LabelMap.find(LabelID); in getLabelIndex()240 assert(I != LabelMap.end() && "Use of undeclared label"); in getLabelIndex()
643 JumpDest &Dest = LabelMap[D]; in getJumpDestForLabel()660 JumpDest &Dest = LabelMap[D]; in EmitLabel()698 assert(CGF.LabelMap.count(*i)); in rescopeLabels()699 JumpDest &dest = CGF.LabelMap.find(*i)->second; in rescopeLabels()
424 return !LabelMap.empty();1521 llvm::DenseMap<const LabelDecl*, JumpDest> LabelMap;