Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.cpp1010 Counter LabelCount = getRegionCounter(S); in VisitLabelStmt() local
1012 completeTopLevelDeferredRegion(LabelCount, Start); in VisitLabelStmt()
1013 completeDeferred(LabelCount, Start); in VisitLabelStmt()
1016 pushRegion(LabelCount, Start); in VisitLabelStmt()
/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1608 unsigned LabelCount = 0; in collectLocalBranchTargets() local
1626 Labels[Target] = ("L" + Twine(LabelCount++)).str(); in collectLocalBranchTargets()