Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
DNewGVN.cpp2719 if (!DebugCounter::shouldExecute(PHIOfOpsCounter)) in makePossiblePHIOfOps()
3084 if (DebugCounter::shouldExecute(VNCounter)) { in valueNumberInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDebugCounter.h73 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() function
/third_party/skia/src/gpu/ops/
DOpsTask.h198 bool shouldExecute() const { in shouldExecute() function
DOpsTask.cpp482 if (chain.shouldExecute()) { in onPrePrepare()
510 if (chain.shouldExecute()) { in onPrepare()
641 if (!chain.shouldExecute()) { in onExecute()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp527 if (!DebugCounter::shouldExecute(FwdCounter)) { in forwardUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FalkorHWPFFix.cpp736 if (!DebugCounter::shouldExecute(FixCounter)) { in runOnLoop()
DAArch64LoadStoreOptimizer.cpp1587 if (DebugCounter::shouldExecute(RegRenamingCounter)) { in findMatchingInsn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp700 if (!DebugCounter::shouldExecute(RenameCounter)) { in renameUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3279 if (!DebugCounter::shouldExecute(VisitCounter)) in run()