Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DDCE.cpp56 if (!DebugCounter::shouldExecute(DCECounter)) in runOnBasicBlock()
85 if (!DebugCounter::shouldExecute(DCECounter)) in DCEInstruction()
H A DEarlyCSE.cpp748 if (!DebugCounter::shouldExecute(CSECounter)) { in handleBranchCondition()
811 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
908 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
935 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
996 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
1039 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
1094 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
1130 if (!DebugCounter::shouldExecute(CSECounter)) { in processNode()
H A DConstantProp.cpp95 if (!DebugCounter::shouldExecute(CPCounter)) in runOnFunction()
H A DDivRemPairs.cpp99 if (!DebugCounter::shouldExecute(DRPCounter)) in optimizeDivRem()
H A DPartiallyInlineLibCalls.cpp39 if (!DebugCounter::shouldExecute(PILCounter)) in optimizeSQRT()
H A DNewGVN.cpp2744 if (!DebugCounter::shouldExecute(PHIOfOpsCounter)) in makePossiblePHIOfOps()
3109 if (DebugCounter::shouldExecute(VNCounter)) { in valueNumberInstruction()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DDebugCounter.h74 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() function
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp415 DebugCounter::shouldExecute(ForceExpCounter)) { in setForceEmitWaitcnt()
422 DebugCounter::shouldExecute(ForceLgkmCounter)) { in setForceEmitWaitcnt()
429 DebugCounter::shouldExecute(ForceVMCounter)) { in setForceEmitWaitcnt()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp424 if (!DebugCounter::shouldExecute(FwdCounter)) { in forwardUses()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp736 if (!DebugCounter::shouldExecute(FixCounter)) { in runOnLoop()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp671 if (!DebugCounter::shouldExecute(RenameCounter)) { in renameUses()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3125 if (!DebugCounter::shouldExecute(VisitCounter)) in run()