Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
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()
DDCE.cpp92 if (!DebugCounter::shouldExecute(DCECounter)) in DCEInstruction()
DPartiallyInlineLibCalls.cpp41 if (!DebugCounter::shouldExecute(PILCounter)) in optimizeSQRT()
DConstraintElimination.cpp389 if (!DebugCounter::shouldExecute(EliminatedCounter)) in eliminateConstraints()
405 if (!DebugCounter::shouldExecute(EliminatedCounter)) in eliminateConstraints()
DDivRemPairs.cpp193 if (!DebugCounter::shouldExecute(DRPCounter)) in optimizeDivRem()
DDeadStoreElimination.cpp1964 if (!DebugCounter::shouldExecute(MemorySSACounter)) in eliminateDeadStores()
DNewGVN.cpp2692 if (!DebugCounter::shouldExecute(PHIOfOpsCounter)) in makePossiblePHIOfOps()
3064 if (DebugCounter::shouldExecute(VNCounter)) { in valueNumberInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DDebugCounter.h74 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DAssumeBundleQueries.cpp161 if (!DebugCounter::shouldExecute(AssumeQueryCounter)) in getKnowledgeForValue()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp415 DebugCounter::shouldExecute(ForceExpCounter)) { in setForceEmitWaitcnt()
422 DebugCounter::shouldExecute(ForceLgkmCounter)) { in setForceEmitWaitcnt()
429 DebugCounter::shouldExecute(ForceVMCounter)) { in setForceEmitWaitcnt()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineNegator.cpp495 if (!NegatorEnabled || !DebugCounter::shouldExecute(NegatorCounter)) in Negate()
DInstructionCombining.cpp3803 if (!DebugCounter::shouldExecute(VisitCounter)) in run()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DAssumeBundleBuilder.cpp226 if (!DebugCounter::shouldExecute(BuildAssumeCounter)) in build()
DPredicateInfo.cpp725 if (!DebugCounter::shouldExecute(RenameCounter)) { in renameUses()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64FalkorHWPFFix.cpp736 if (!DebugCounter::shouldExecute(FixCounter)) { in runOnLoop()
DAArch64LoadStoreOptimizer.cpp1718 if (DebugCounter::shouldExecute(RegRenamingCounter)) { in findMatchingInsn()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp544 if (!DebugCounter::shouldExecute(FwdCounter)) { in forwardUses()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DAttributor.cpp1493 if (!DebugCounter::shouldExecute(ManifestDBGCounter)) in manifestAttributes()