Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1216 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 DDCE.cpp59 if (!DebugCounter::shouldExecute(DCECounter)) in getAnalysisUsage()
H A DPartiallyInlineLibCalls.cpp44 if (!DebugCounter::shouldExecute(PILCounter)) in optimizeSQRT()
H A DDivRemPairs.cpp191 if (!DebugCounter::shouldExecute(DRPCounter)) in optimizeDivRem()
H A DStraightLineStrengthReduce.cpp617 if (!DebugCounter::shouldExecute(StraightLineStrengthReduceCounter)) in rewriteCandidateWithBasis()
H A DNewGVN.cpp2763 if (!DebugCounter::shouldExecute(PHIOfOpsCounter)) in makePossiblePHIOfOps()
3133 if (DebugCounter::shouldExecute(VNCounter)) { in valueNumberInstruction()
H A DConstraintElimination.cpp1441 if (!DebugCounter::shouldExecute(EliminatedCounter)) in checkCondition()
H A DDeadStoreElimination.cpp2502 if (!DebugCounter::shouldExecute(MemorySSACounter)) in eliminateDeadDefs()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h88 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp103 if (!DebugCounter::shouldExecute(AssumeQueryCounter)) in getKnowledgeFromBundle()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp307 if (!DebugCounter::shouldExecute(GlobalISelCounter)) { in selectMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp551 if (!NegatorEnabled || !DebugCounter::shouldExecute(NegatorCounter)) in Negate()
H A DInstructionCombining.cpp5491 if (!DebugCounter::shouldExecute(VisitCounter)) in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp225 if (!DebugCounter::shouldExecute(BuildAssumeCounter)) in build()
H A DPredicateInfo.cpp666 if (!DebugCounter::shouldExecute(RenameCounter)) { in renameUses()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp728 if (!DebugCounter::shouldExecute(FixCounter)) { in runOnLoop()
H A DAArch64LoadStoreOptimizer.cpp1932 if (!DebugCounter::shouldExecute(RegRenamingCounter)) in findRenameRegForSameLdStRegPair()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp707 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 DPPCMIPeephole.cpp479 if (!DebugCounter::shouldExecute(PeepholeXToICounter)) in simplifyCode()
550 if (!DebugCounter::shouldExecute(PeepholePerOpCounter)) in simplifyCode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp849 if (!DebugCounter::shouldExecute(FwdCounter)) { in forwardUses()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2188 if (!DebugCounter::shouldExecute(DebugInsertCheck)) { in insertCheckShadow()
2302 if (!DebugCounter::shouldExecute(DebugInstrumentInstruction)) { in visit()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2298 if (!DebugCounter::shouldExecute(ManifestDBGCounter)) in manifestAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1607 if (!DebugCounter::shouldExecute(NumAbstractAttributes))
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14013 if (!DebugCounter::shouldExecute(VectorizedGraphs)) in isTreeTinyAndNotFullyVectorizable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2068 if (!DebugCounter::shouldExecute(DAGCombineCounter)) in combine()