Searched refs:shouldExecute (Results 1 – 10 of 10) sorted by relevance
30 EXPECT_FALSE(DebugCounter::shouldExecute(TestCounter)); in TEST()33 EXPECT_TRUE(DebugCounter::shouldExecute(TestCounter)); in TEST()36 EXPECT_TRUE(DebugCounter::shouldExecute(TestCounter)); in TEST()37 EXPECT_FALSE(DebugCounter::shouldExecute(TestCounter)); in TEST()40 EXPECT_FALSE(DebugCounter::shouldExecute(TestCounter)); in TEST()
744 if (!DebugCounter::shouldExecute(CSECounter)) { in handleBranchCondition()807 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()903 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()930 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()991 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()1034 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()1089 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()1125 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
2741 if (!DebugCounter::shouldExecute(PHIOfOpsCounter)) in makePossiblePHIOfOps()3106 if (DebugCounter::shouldExecute(VNCounter)) { in valueNumberInstruction()
72 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() function
371 if (!DebugCounter::shouldExecute(FwdCounter)) { in forwardUses()
434 DebugCounter::shouldExecute(ForceExpCounter)) { in setForceEmitWaitcnt()441 DebugCounter::shouldExecute(ForceLgkmCounter)) { in setForceEmitWaitcnt()448 DebugCounter::shouldExecute(ForceVMCounter)) { in setForceEmitWaitcnt()
736 if (!DebugCounter::shouldExecute(FixCounter)) { in runOnLoop()
672 if (!DebugCounter::shouldExecute(RenameCounter)) { in renameUses()
2962 if (!DebugCounter::shouldExecute(VisitCounter)) in run()
1244 Whatever code you want that control, use ``DebugCounter::shouldExecute`` to control it.1248 if (DebugCounter::shouldExecute(DeleteAnInstruction))