Searched refs:LabelMap (Results 1 – 4 of 4) sorted by relevance
20 using LabelMap = std::map<uint64_t, arm::pipe::ITimelineDecoder::Label>; typedef155 const LabelMap& GetLabelMap() const {return m_LabelMap;} in GetLabelMap()165 LabelMap m_LabelMap;
386 LabelMapTy LabelMap; member in __anond726a8d50111::CFGBuilder1063 LabelMapTy::iterator LI = LabelMap.find(G->getLabel()); in buildCFG()1067 if (LI == LabelMap.end()) continue; in buildCFG()1081 LabelMapTy::iterator LI = LabelMap.find(*I); in buildCFG()1085 if (LI == LabelMap.end()) continue; in buildCFG()2327 assert(LabelMap.find(L->getDecl()) == LabelMap.end() && in VisitLabelStmt()2329 LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos); in VisitLabelStmt()2381 LabelMapTy::iterator I = LabelMap.find(G->getLabel()); in VisitGotoStmt()2383 if (I == LabelMap.end()) in VisitGotoStmt()
453 JumpDest &Dest = LabelMap[D]; in getJumpDestForLabel()470 JumpDest &Dest = LabelMap[D]; in EmitLabel()499 assert(CGF.LabelMap.count(*i)); in rescopeLabels()500 JumpDest &dest = CGF.LabelMap.find(*i)->second; in rescopeLabels()
955 llvm::DenseMap<const LabelDecl*, JumpDest> LabelMap; variable