Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/unittests/Support/
DDebugCounterTest.cpp28 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/
DDCE.cpp59 if (!DebugCounter::shouldExecute(DCECounter)) in runOnFunction()
126 if (!DebugCounter::shouldExecute(DCECounter)) in DCEInstruction()
DEarlyCSE.cpp880 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()
DConstantProp.cpp95 if (!DebugCounter::shouldExecute(CPCounter)) in runOnFunction()
DPartiallyInlineLibCalls.cpp39 if (!DebugCounter::shouldExecute(PILCounter)) in optimizeSQRT()
DDivRemPairs.cpp190 if (!DebugCounter::shouldExecute(DRPCounter)) in optimizeDivRem()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp1058 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()
DDCE.cpp92 if (!DebugCounter::shouldExecute(DCECounter)) in DCEInstruction()
DConstraintElimination.cpp306 if (!DebugCounter::shouldExecute(EliminatedCounter)) in eliminateConstraints()
321 if (!DebugCounter::shouldExecute(EliminatedCounter)) in eliminateConstraints()
DPartiallyInlineLibCalls.cpp39 if (!DebugCounter::shouldExecute(PILCounter)) in optimizeSQRT()
DDivRemPairs.cpp193 if (!DebugCounter::shouldExecute(DRPCounter)) in optimizeDivRem()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDebugCounter.h73 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() function
/external/llvm-project/llvm/include/llvm/Support/
DDebugCounter.h74 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() function
/external/skia/src/gpu/
DGrOpsTask.h184 bool shouldExecute() const { in shouldExecute() function
DGrOpsTask.cpp462 if (chain.shouldExecute()) { in onPrePrepare()
489 if (chain.shouldExecute()) { in onPrepare()
651 if (!chain.shouldExecute()) { in onExecute()
/external/llvm-project/llvm/lib/Analysis/
DAssumeBundleQueries.cpp174 if (!DebugCounter::shouldExecute(AssumeQueryCounter)) in getKnowledgeForValue()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineNegator.cpp496 if (!NegatorEnabled || !DebugCounter::shouldExecute(NegatorCounter)) in Negate()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp439 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/
DSIInsertWaitcnts.cpp429 DebugCounter::shouldExecute(ForceExpCounter)) { in setForceEmitWaitcnt()
436 DebugCounter::shouldExecute(ForceLgkmCounter)) { in setForceEmitWaitcnt()
443 DebugCounter::shouldExecute(ForceVMCounter)) { in setForceEmitWaitcnt()
/external/llvm-project/llvm/lib/Transforms/Utils/
DAssumeBundleBuilder.cpp222 if (!DebugCounter::shouldExecute(BuildAssumeCounter)) in build()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FalkorHWPFFix.cpp736 if (!DebugCounter::shouldExecute(FixCounter)) { in runOnLoop()
/external/llvm-project/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp544 if (!DebugCounter::shouldExecute(FwdCounter)) { in forwardUses()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64FalkorHWPFFix.cpp736 if (!DebugCounter::shouldExecute(FixCounter)) { in runOnLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp527 if (!DebugCounter::shouldExecute(FwdCounter)) { in forwardUses()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp700 if (!DebugCounter::shouldExecute(RenameCounter)) { in renameUses()

12