Home
last modified time | relevance | path

Searched refs:shouldExecute (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DDebugCounterTest.cpp30 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp744 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()
DNewGVN.cpp2741 if (!DebugCounter::shouldExecute(PHIOfOpsCounter)) in makePossiblePHIOfOps()
3106 if (DebugCounter::shouldExecute(VNCounter)) { in valueNumberInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DDebugCounter.h72 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp371 if (!DebugCounter::shouldExecute(FwdCounter)) { in forwardUses()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp434 DebugCounter::shouldExecute(ForceExpCounter)) { in setForceEmitWaitcnt()
441 DebugCounter::shouldExecute(ForceLgkmCounter)) { in setForceEmitWaitcnt()
448 DebugCounter::shouldExecute(ForceVMCounter)) { in setForceEmitWaitcnt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FalkorHWPFFix.cpp736 if (!DebugCounter::shouldExecute(FixCounter)) { in runOnLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp672 if (!DebugCounter::shouldExecute(RenameCounter)) { in renameUses()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2962 if (!DebugCounter::shouldExecute(VisitCounter)) in run()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DProgrammersManual.rst1244 Whatever code you want that control, use ``DebugCounter::shouldExecute`` to control it.
1248 if (DebugCounter::shouldExecute(DeleteAnInstruction))