Home
last modified time | relevance | path

Searched refs:LabelMapTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp514 using LabelMapTy = llvm::DenseMap<LabelDecl *, JumpTarget>; typedef in __anonef2f84bd0411::CFGBuilder
515 LabelMapTy LabelMap;
1638 LabelMapTy::iterator LI = LabelMap.find(G->getLabel()); in buildCFG()
1651 LabelMapTy::iterator LI = LabelMap.find(L->getLabel()); in buildCFG()
1671 LabelMapTy::iterator LI = LabelMap.find(*I); in buildCFG()
3459 LabelMapTy::iterator I = LabelMap.find(G->getLabel()); in VisitGotoStmt()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1381 LabelMapTy::iterator It = Labels.find(*lowPC); in createPlainDIEandCloneAttributes()