Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1227 if (!DebugCounter::shouldExecute(CSECounter)) { in handleBranchCondition()
1386 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
1498 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
1533 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
1584 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
1631 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
1705 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
1733 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
H A DDCE.cpp59 if (!DebugCounter::shouldExecute(DCECounter)) in getAnalysisUsage()
H A DPartiallyInlineLibCalls.cpp42 if (!DebugCounter::shouldExecute(PILCounter)) in optimizeSQRT()
H A DDivRemPairs.cpp191 if (!DebugCounter::shouldExecute(DRPCounter)) in optimizeDivRem()
H A DNewGVN.cpp2725 if (!DebugCounter::shouldExecute(PHIOfOpsCounter)) in makePossiblePHIOfOps()
3100 if (DebugCounter::shouldExecute(VNCounter)) { in valueNumberInstruction()
H A DDeadStoreElimination.cpp2223 if (!DebugCounter::shouldExecute(MemorySSACounter)) in eliminateDeadStores()
H A DConstraintElimination.cpp1382 if (!DebugCounter::shouldExecute(EliminatedCounter)) in checkCondition()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h87 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp102 if (!DebugCounter::shouldExecute(AssumeQueryCounter)) in getKnowledgeFromBundle()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp297 if (!DebugCounter::shouldExecute(GlobalISelCounter)) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp552 if (!NegatorEnabled || !DebugCounter::shouldExecute(NegatorCounter)) in Negate()
H A DInstructionCombining.cpp5031 if (!DebugCounter::shouldExecute(VisitCounter)) in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp226 if (!DebugCounter::shouldExecute(BuildAssumeCounter)) in build()
H A DPredicateInfo.cpp708 if (!DebugCounter::shouldExecute(RenameCounter)) { in renameUses()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp662 DebugCounter::shouldExecute(ForceExpCounter)) { in setForceEmitWaitcnt()
669 DebugCounter::shouldExecute(ForceLgkmCounter)) { in setForceEmitWaitcnt()
678 DebugCounter::shouldExecute(ForceVMCounter)) { in setForceEmitWaitcnt()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp734 if (!DebugCounter::shouldExecute(FixCounter)) { in runOnLoop()
H A DAArch64LoadStoreOptimizer.cpp1653 if (!DebugCounter::shouldExecute(RegRenamingCounter)) in findRenameRegForSameLdStRegPair()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp483 if (!DebugCounter::shouldExecute(PeepholeXToICounter)) in simplifyCode()
555 if (!DebugCounter::shouldExecute(PeepholePerOpCounter)) in simplifyCode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp746 if (!DebugCounter::shouldExecute(FwdCounter)) { in forwardUses()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2093 if (!DebugCounter::shouldExecute(DebugInsertCheck)) { in insertShadowCheck()
2206 if (!DebugCounter::shouldExecute(DebugInstrumentInstruction)) { in visit()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2306 if (!DebugCounter::shouldExecute(ManifestDBGCounter)) in manifestAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1581 if (!DebugCounter::shouldExecute(NumAbstractAttributes))
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1999 if (!DebugCounter::shouldExecute(DAGCombineCounter)) in combine()