Searched refs:LabelCount (Results 1 – 2 of 2) sorted by relevance
1010 Counter LabelCount = getRegionCounter(S); in VisitLabelStmt() local1012 completeTopLevelDeferredRegion(LabelCount, Start); in VisitLabelStmt()1013 completeDeferred(LabelCount, Start); in VisitLabelStmt()1016 pushRegion(LabelCount, Start); in VisitLabelStmt()
1608 unsigned LabelCount = 0; in collectLocalBranchTargets() local1626 Labels[Target] = ("L" + Twine(LabelCount++)).str(); in collectLocalBranchTargets()