Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1123 if (!DebugCounter::shouldExecute(CSECounter)) { in handleBranchCondition()
1268 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
1380 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
1415 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
1475 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
1518 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
1567 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
1595 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
H A DDCE.cpp92 if (!DebugCounter::shouldExecute(DCECounter)) in DCEInstruction()
H A DPartiallyInlineLibCalls.cpp42 if (!DebugCounter::shouldExecute(PILCounter)) in optimizeSQRT()
H A DDivRemPairs.cpp194 if (!DebugCounter::shouldExecute(DRPCounter)) in optimizeDivRem()
H A DConstraintElimination.cpp778 if (!DebugCounter::shouldExecute(EliminatedCounter)) in checkAndReplaceCondition()
797 if (!DebugCounter::shouldExecute(EliminatedCounter)) in checkAndReplaceCondition()
H A DNewGVN.cpp2722 if (!DebugCounter::shouldExecute(PHIOfOpsCounter)) in makePossiblePHIOfOps()
3094 if (DebugCounter::shouldExecute(VNCounter)) { in valueNumberInstruction()
H A DDeadStoreElimination.cpp2118 if (!DebugCounter::shouldExecute(MemorySSACounter)) in eliminateDeadStores()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DDebugCounter.h72 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp161 if (!DebugCounter::shouldExecute(AssumeQueryCounter)) in getKnowledgeForValue()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp430 DebugCounter::shouldExecute(ForceExpCounter)) { in setForceEmitWaitcnt()
437 DebugCounter::shouldExecute(ForceLgkmCounter)) { in setForceEmitWaitcnt()
444 DebugCounter::shouldExecute(ForceVMCounter)) { in setForceEmitWaitcnt()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp534 if (!NegatorEnabled || !DebugCounter::shouldExecute(NegatorCounter)) in Negate()
H A DInstructionCombining.cpp4227 if (!DebugCounter::shouldExecute(VisitCounter)) in run()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp227 if (!DebugCounter::shouldExecute(BuildAssumeCounter)) in build()
H A DPredicateInfo.cpp717 if (!DebugCounter::shouldExecute(RenameCounter)) { in renameUses()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp735 if (!DebugCounter::shouldExecute(FixCounter)) { in runOnLoop()
H A DAArch64LoadStoreOptimizer.cpp1716 if (DebugCounter::shouldExecute(RegRenamingCounter)) { in findMatchingInsn()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp626 if (!DebugCounter::shouldExecute(FwdCounter)) { in forwardUses()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2136 if (!DebugCounter::shouldExecute(ManifestDBGCounter)) in manifestAttributes()
/openbsd-src/gnu/llvm/llvm/docs/
H A DProgrammersManual.rst1358 Whatever code you want that control, use ``DebugCounter::shouldExecute`` to control it.
1362 if (DebugCounter::shouldExecute(DeleteAnInstruction))
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1995 if (!DebugCounter::shouldExecute(DebugInsertCheck)) { in insertShadowCheck()