/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 1227 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 D | DCE.cpp | 59 if (!DebugCounter::shouldExecute(DCECounter)) in getAnalysisUsage()
|
H A D | PartiallyInlineLibCalls.cpp | 42 if (!DebugCounter::shouldExecute(PILCounter)) in optimizeSQRT()
|
H A D | DivRemPairs.cpp | 191 if (!DebugCounter::shouldExecute(DRPCounter)) in optimizeDivRem()
|
H A D | NewGVN.cpp | 2725 if (!DebugCounter::shouldExecute(PHIOfOpsCounter)) in makePossiblePHIOfOps() 3100 if (DebugCounter::shouldExecute(VNCounter)) { in valueNumberInstruction()
|
H A D | DeadStoreElimination.cpp | 2223 if (!DebugCounter::shouldExecute(MemorySSACounter)) in eliminateDeadStores()
|
H A D | ConstraintElimination.cpp | 1382 if (!DebugCounter::shouldExecute(EliminatedCounter)) in checkCondition()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | DebugCounter.h | 87 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AssumeBundleQueries.cpp | 102 if (!DebugCounter::shouldExecute(AssumeQueryCounter)) in getKnowledgeFromBundle()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InstructionSelect.cpp | 297 if (!DebugCounter::shouldExecute(GlobalISelCounter)) { in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 552 if (!NegatorEnabled || !DebugCounter::shouldExecute(NegatorCounter)) in Negate()
|
H A D | InstructionCombining.cpp | 5031 if (!DebugCounter::shouldExecute(VisitCounter)) in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AssumeBundleBuilder.cpp | 226 if (!DebugCounter::shouldExecute(BuildAssumeCounter)) in build()
|
H A D | PredicateInfo.cpp | 708 if (!DebugCounter::shouldExecute(RenameCounter)) { in renameUses()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInsertWaitcnts.cpp | 662 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 D | AArch64FalkorHWPFFix.cpp | 734 if (!DebugCounter::shouldExecute(FixCounter)) { in runOnLoop()
|
H A D | AArch64LoadStoreOptimizer.cpp | 1653 if (!DebugCounter::shouldExecute(RegRenamingCounter)) in findRenameRegForSameLdStRegPair()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 483 if (!DebugCounter::shouldExecute(PeepholeXToICounter)) in simplifyCode() 555 if (!DebugCounter::shouldExecute(PeepholePerOpCounter)) in simplifyCode()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineCopyPropagation.cpp | 746 if (!DebugCounter::shouldExecute(FwdCounter)) { in forwardUses()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 2093 if (!DebugCounter::shouldExecute(DebugInsertCheck)) { in insertShadowCheck() 2206 if (!DebugCounter::shouldExecute(DebugInstrumentInstruction)) { in visit()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 2306 if (!DebugCounter::shouldExecute(ManifestDBGCounter)) in manifestAttributes()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 1581 if (!DebugCounter::shouldExecute(NumAbstractAttributes))
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 1999 if (!DebugCounter::shouldExecute(DAGCombineCounter)) in combine()
|