Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1537 Counter LabelCount = getRegionCounter(S); in VisitLabelStmt() local
1541 pushRegion(LabelCount, Start); in VisitLabelStmt()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1496 unsigned LabelCount = 0; in collectLocalBranchTargets() local
1522 Labels[Target] = ("L" + Twine(LabelCount++)).str(); in collectLocalBranchTargets()