| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 1216 if (!DebugCounter::shouldExecute(CSECounter)) { in handleBranchCondition() 1393 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode() 1505 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode() 1545 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode() 1596 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode() 1647 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode() 1719 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode() 1747 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
|
| H A D | DCE.cpp | 59 if (!DebugCounter::shouldExecute(DCECounter)) in getAnalysisUsage()
|
| H A D | PartiallyInlineLibCalls.cpp | 44 if (!DebugCounter::shouldExecute(PILCounter)) in optimizeSQRT()
|
| H A D | DivRemPairs.cpp | 191 if (!DebugCounter::shouldExecute(DRPCounter)) in optimizeDivRem()
|
| H A D | StraightLineStrengthReduce.cpp | 617 if (!DebugCounter::shouldExecute(StraightLineStrengthReduceCounter)) in rewriteCandidateWithBasis()
|
| H A D | NewGVN.cpp | 2763 if (!DebugCounter::shouldExecute(PHIOfOpsCounter)) in makePossiblePHIOfOps() 3133 if (DebugCounter::shouldExecute(VNCounter)) { in valueNumberInstruction()
|
| H A D | ConstraintElimination.cpp | 1441 if (!DebugCounter::shouldExecute(EliminatedCounter)) in checkCondition()
|
| H A D | DeadStoreElimination.cpp | 2502 if (!DebugCounter::shouldExecute(MemorySSACounter)) in eliminateDeadDefs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | DebugCounter.h | 88 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | AssumeBundleQueries.cpp | 103 if (!DebugCounter::shouldExecute(AssumeQueryCounter)) in getKnowledgeFromBundle()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InstructionSelect.cpp | 307 if (!DebugCounter::shouldExecute(GlobalISelCounter)) { in selectMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineNegator.cpp | 551 if (!NegatorEnabled || !DebugCounter::shouldExecute(NegatorCounter)) in Negate()
|
| H A D | InstructionCombining.cpp | 5491 if (!DebugCounter::shouldExecute(VisitCounter)) in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | AssumeBundleBuilder.cpp | 225 if (!DebugCounter::shouldExecute(BuildAssumeCounter)) in build()
|
| H A D | PredicateInfo.cpp | 666 if (!DebugCounter::shouldExecute(RenameCounter)) { in renameUses()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FalkorHWPFFix.cpp | 728 if (!DebugCounter::shouldExecute(FixCounter)) { in runOnLoop()
|
| H A D | AArch64LoadStoreOptimizer.cpp | 1932 if (!DebugCounter::shouldExecute(RegRenamingCounter)) in findRenameRegForSameLdStRegPair()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 707 DebugCounter::shouldExecute(ForceExpCounter)) { in setForceEmitWaitcnt() 714 DebugCounter::shouldExecute(ForceLgkmCounter)) { in setForceEmitWaitcnt() 723 DebugCounter::shouldExecute(ForceVMCounter)) { in setForceEmitWaitcnt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMIPeephole.cpp | 479 if (!DebugCounter::shouldExecute(PeepholeXToICounter)) in simplifyCode() 550 if (!DebugCounter::shouldExecute(PeepholePerOpCounter)) in simplifyCode()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineCopyPropagation.cpp | 849 if (!DebugCounter::shouldExecute(FwdCounter)) { in forwardUses()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 2188 if (!DebugCounter::shouldExecute(DebugInsertCheck)) { in insertCheckShadow() 2302 if (!DebugCounter::shouldExecute(DebugInstrumentInstruction)) { in visit()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 2298 if (!DebugCounter::shouldExecute(ManifestDBGCounter)) in manifestAttributes()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 1607 if (!DebugCounter::shouldExecute(NumAbstractAttributes))
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 14013 if (!DebugCounter::shouldExecute(VectorizedGraphs)) in isTreeTinyAndNotFullyVectorizable()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 2068 if (!DebugCounter::shouldExecute(DAGCombineCounter)) in combine()
|