|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/MachineCopyPropagation.cpp 435 if (!DebugCounter::shouldExecute(FwdCounter)) {
lib/Target/AArch64/AArch64FalkorHWPFFix.cpp 735 if (!DebugCounter::shouldExecute(FixCounter)) {
lib/Target/AMDGPU/SIInsertWaitcnts.cpp 425 DebugCounter::shouldExecute(ForceExpCounter)) {
432 DebugCounter::shouldExecute(ForceLgkmCounter)) {
439 DebugCounter::shouldExecute(ForceVMCounter)) {
lib/Transforms/InstCombine/InstructionCombining.cpp 3220 if (!DebugCounter::shouldExecute(VisitCounter))
lib/Transforms/Scalar/ConstantProp.cpp 94 if (!DebugCounter::shouldExecute(CPCounter))
lib/Transforms/Scalar/DCE.cpp 57 if (!DebugCounter::shouldExecute(DCECounter))
87 if (!DebugCounter::shouldExecute(DCECounter))
lib/Transforms/Scalar/DivRemPairs.cpp 189 if (!DebugCounter::shouldExecute(DRPCounter))
lib/Transforms/Scalar/EarlyCSE.cpp 842 if (!DebugCounter::shouldExecute(CSECounter)) {
905 if (!DebugCounter::shouldExecute(CSECounter)) {
1002 if (!DebugCounter::shouldExecute(CSECounter)) {
1029 if (!DebugCounter::shouldExecute(CSECounter)) {
1090 if (!DebugCounter::shouldExecute(CSECounter)) {
1133 if (!DebugCounter::shouldExecute(CSECounter)) {
1188 if (!DebugCounter::shouldExecute(CSECounter)) {
1224 if (!DebugCounter::shouldExecute(CSECounter)) {
lib/Transforms/Scalar/NewGVN.cpp 2718 if (!DebugCounter::shouldExecute(PHIOfOpsCounter))
3083 if (DebugCounter::shouldExecute(VNCounter)) {
lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp 38 if (!DebugCounter::shouldExecute(PILCounter))
lib/Transforms/Utils/PredicateInfo.cpp 699 if (!DebugCounter::shouldExecute(RenameCounter)) {
unittests/Support/DebugCounterTest.cpp 28 EXPECT_FALSE(DebugCounter::shouldExecute(TestCounter));
31 EXPECT_TRUE(DebugCounter::shouldExecute(TestCounter));
34 EXPECT_TRUE(DebugCounter::shouldExecute(TestCounter));
35 EXPECT_FALSE(DebugCounter::shouldExecute(TestCounter));
38 EXPECT_FALSE(DebugCounter::shouldExecute(TestCounter));