/external/llvm-project/llvm/unittests/Support/ |
D | DebugCounterTest.cpp | 28 EXPECT_FALSE(DebugCounter::shouldExecute(TestCounter)); in TEST() 31 EXPECT_TRUE(DebugCounter::shouldExecute(TestCounter)); in TEST() 34 EXPECT_TRUE(DebugCounter::shouldExecute(TestCounter)); in TEST() 35 EXPECT_FALSE(DebugCounter::shouldExecute(TestCounter)); in TEST() 38 EXPECT_FALSE(DebugCounter::shouldExecute(TestCounter)); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | DCE.cpp | 59 if (!DebugCounter::shouldExecute(DCECounter)) in runOnFunction() 126 if (!DebugCounter::shouldExecute(DCECounter)) in DCEInstruction()
|
D | EarlyCSE.cpp | 880 if (!DebugCounter::shouldExecute(CSECounter)) { in handleBranchCondition() 943 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode() 1040 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode() 1067 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode() 1128 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode() 1171 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode() 1226 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode() 1262 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
|
D | ConstantProp.cpp | 95 if (!DebugCounter::shouldExecute(CPCounter)) in runOnFunction()
|
D | PartiallyInlineLibCalls.cpp | 39 if (!DebugCounter::shouldExecute(PILCounter)) in optimizeSQRT()
|
D | DivRemPairs.cpp | 190 if (!DebugCounter::shouldExecute(DRPCounter)) in optimizeDivRem()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 1058 if (!DebugCounter::shouldExecute(CSECounter)) { in handleBranchCondition() 1199 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode() 1298 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode() 1326 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode() 1378 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode() 1421 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode() 1470 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode() 1498 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
|
D | DCE.cpp | 92 if (!DebugCounter::shouldExecute(DCECounter)) in DCEInstruction()
|
D | ConstraintElimination.cpp | 306 if (!DebugCounter::shouldExecute(EliminatedCounter)) in eliminateConstraints() 321 if (!DebugCounter::shouldExecute(EliminatedCounter)) in eliminateConstraints()
|
D | PartiallyInlineLibCalls.cpp | 39 if (!DebugCounter::shouldExecute(PILCounter)) in optimizeSQRT()
|
D | DivRemPairs.cpp | 193 if (!DebugCounter::shouldExecute(DRPCounter)) in optimizeDivRem()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | DebugCounter.h | 73 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() function
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | DebugCounter.h | 74 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() function
|
/external/skia/src/gpu/ |
D | GrOpsTask.h | 184 bool shouldExecute() const { in shouldExecute() function
|
D | GrOpsTask.cpp | 462 if (chain.shouldExecute()) { in onPrePrepare() 489 if (chain.shouldExecute()) { in onPrepare() 651 if (!chain.shouldExecute()) { in onExecute()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | AssumeBundleQueries.cpp | 174 if (!DebugCounter::shouldExecute(AssumeQueryCounter)) in getKnowledgeForValue()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineNegator.cpp | 496 if (!NegatorEnabled || !DebugCounter::shouldExecute(NegatorCounter)) in Negate()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIInsertWaitcnts.cpp | 439 DebugCounter::shouldExecute(ForceExpCounter)) { in setForceEmitWaitcnt() 446 DebugCounter::shouldExecute(ForceLgkmCounter)) { in setForceEmitWaitcnt() 453 DebugCounter::shouldExecute(ForceVMCounter)) { in setForceEmitWaitcnt()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertWaitcnts.cpp | 429 DebugCounter::shouldExecute(ForceExpCounter)) { in setForceEmitWaitcnt() 436 DebugCounter::shouldExecute(ForceLgkmCounter)) { in setForceEmitWaitcnt() 443 DebugCounter::shouldExecute(ForceVMCounter)) { in setForceEmitWaitcnt()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | AssumeBundleBuilder.cpp | 222 if (!DebugCounter::shouldExecute(BuildAssumeCounter)) in build()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FalkorHWPFFix.cpp | 736 if (!DebugCounter::shouldExecute(FixCounter)) { in runOnLoop()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineCopyPropagation.cpp | 544 if (!DebugCounter::shouldExecute(FwdCounter)) { in forwardUses()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64FalkorHWPFFix.cpp | 736 if (!DebugCounter::shouldExecute(FixCounter)) { in runOnLoop()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineCopyPropagation.cpp | 527 if (!DebugCounter::shouldExecute(FwdCounter)) { in forwardUses()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | PredicateInfo.cpp | 700 if (!DebugCounter::shouldExecute(RenameCounter)) { in renameUses()
|