Lines Matching refs:STATISTIC

73 STATISTIC(FuseCounter, "Loops fused");
74 STATISTIC(NumFusionCandidates, "Number of candidates for loop fusion");
75 STATISTIC(InvalidPreheader, "Loop has invalid preheader");
76 STATISTIC(InvalidHeader, "Loop has invalid header");
77 STATISTIC(InvalidExitingBlock, "Loop has invalid exiting blocks");
78 STATISTIC(InvalidExitBlock, "Loop has invalid exit block");
79 STATISTIC(InvalidLatch, "Loop has invalid latch");
80 STATISTIC(InvalidLoop, "Loop is invalid");
81 STATISTIC(AddressTakenBB, "Basic block has address taken");
82 STATISTIC(MayThrowException, "Loop may throw an exception");
83 STATISTIC(ContainsVolatileAccess, "Loop contains a volatile access");
84 STATISTIC(NotSimplifiedForm, "Loop is not in simplified form");
85 STATISTIC(InvalidDependencies, "Dependencies prevent fusion");
86 STATISTIC(UnknownTripCount, "Loop has unknown trip count");
87 STATISTIC(UncomputableTripCount, "SCEV cannot compute trip count of loop");
88 STATISTIC(NonEqualTripCount, "Loop trip counts are not the same");
89 STATISTIC(NonAdjacent, "Loops are not adjacent");
90 STATISTIC(
93 STATISTIC(FusionNotBeneficial, "Fusion is not beneficial");
94 STATISTIC(NonIdenticalGuards, "Candidates have different guards");
95 STATISTIC(NonEmptyExitBlock, "Candidate has a non-empty exit block with "
97 STATISTIC(NonEmptyGuardBlock, "Candidate has a non-empty guard block with "
99 STATISTIC(NotRotated, "Candidate is not rotated");
100 STATISTIC(OnlySecondCandidateIsGuarded,
102 STATISTIC(NumHoistedInsts, "Number of hoisted preheader instructions.");
103 STATISTIC(NumSunkInsts, "Number of hoisted preheader instructions.");