Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1046 Counter LabelCount = getRegionCounter(S); in VisitLabelStmt() local
1050 pushRegion(LabelCount, Start); in VisitLabelStmt()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1119 unsigned LabelCount = 0; in collectLocalBranchTargets() local
1142 Labels[Target] = ("L" + Twine(LabelCount++)).str(); in collectLocalBranchTargets()