Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1083 if (!DebugCounter::shouldExecute(CSECounter)) { in handleBranchCondition()
1225 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
1331 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
1359 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
1411 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
1454 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
1503 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
1531 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
H A DDCE.cpp92 if (!DebugCounter::shouldExecute(DCECounter)) in DCEInstruction()
H A DPartiallyInlineLibCalls.cpp41 if (!DebugCounter::shouldExecute(PILCounter)) in optimizeSQRT()
H A DConstraintElimination.cpp389 if (!DebugCounter::shouldExecute(EliminatedCounter)) in eliminateConstraints()
405 if (!DebugCounter::shouldExecute(EliminatedCounter)) in eliminateConstraints()
H A DDivRemPairs.cpp193 if (!DebugCounter::shouldExecute(DRPCounter)) in optimizeDivRem()
H A DDeadStoreElimination.cpp1922 if (!DebugCounter::shouldExecute(MemorySSACounter)) in eliminateDeadStores()
H A DNewGVN.cpp2692 if (!DebugCounter::shouldExecute(PHIOfOpsCounter)) in makePossiblePHIOfOps()
3064 if (DebugCounter::shouldExecute(VNCounter)) { in valueNumberInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDebugCounter.h74 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp161 if (!DebugCounter::shouldExecute(AssumeQueryCounter)) in getKnowledgeForValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp415 DebugCounter::shouldExecute(ForceExpCounter)) { in setForceEmitWaitcnt()
422 DebugCounter::shouldExecute(ForceLgkmCounter)) { in setForceEmitWaitcnt()
429 DebugCounter::shouldExecute(ForceVMCounter)) { in setForceEmitWaitcnt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp495 if (!NegatorEnabled || !DebugCounter::shouldExecute(NegatorCounter)) in Negate()
H A DInstructionCombining.cpp3640 if (!DebugCounter::shouldExecute(VisitCounter)) in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp226 if (!DebugCounter::shouldExecute(BuildAssumeCounter)) in build()
H A DPredicateInfo.cpp712 if (!DebugCounter::shouldExecute(RenameCounter)) { in renameUses()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp544 if (!DebugCounter::shouldExecute(FwdCounter)) { in forwardUses()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp736 if (!DebugCounter::shouldExecute(FixCounter)) { in runOnLoop()
H A DAArch64LoadStoreOptimizer.cpp1718 if (DebugCounter::shouldExecute(RegRenamingCounter)) { in findMatchingInsn()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1163 if (!DebugCounter::shouldExecute(ManifestDBGCounter)) in manifestAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst1318 Whatever code you want that control, use ``DebugCounter::shouldExecute`` to control it.
1322 if (DebugCounter::shouldExecute(DeleteAnInstruction))