Home
last modified time | relevance | path

Searched refs:getInstructionCount (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp72 CountBefore = MF.getInstructionCount(); in runOnFunction()
98 CountAfter = MF.getInstructionCount(); in runOnFunction()
H A DMachineOutliner.cpp1068 FunctionToInstrCount[F.getName().str()] = MF->getInstructionCount(); in initSizeRemarkInfo()
1087 unsigned FnCountAfter = MF->getInstructionCount(); in emitInstrCountChangedRemark()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DModuleInliner.cpp187 << " Function size: " << F.getInstructionCount() in run()
226 LLVM_DEBUG(dbgs() << " Size after inlining: " << F.getInstructionCount() in run()
H A DInliner.cpp312 << " Function size: " << F.getInstructionCount() in run()
391 << F.getInstructionCount() << "\n"); in run()
H A DSampleProfile.cpp1486 unsigned SizeLimit = F.getInstructionCount() * ProfileInlineGrowthLimit; in inlineHotFunctionsWithPriority()
1496 while (!CQueue.empty() && F.getInstructionCount() < SizeLimit) { in inlineHotFunctionsWithPriority()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp170 FunctionSize = F.getInstructionCount(); in runOnFunction()
207 unsigned NewSize = F.getInstructionCount(); in runOnFunction()
H A DInlineOrder.cpp80 Size = Callee->getInstructionCount(); in SizePriority()
H A DCallGraphSCCPass.cpp147 SCCCount = M.getInstructionCount(); in RunPassOnSCC()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp74 unsigned FCount = F.getInstructionCount(); in initSizeRemarkInfo()
106 unsigned FnSize = MaybeChangedFn.getInstructionCount(); in emitInstrCountChangedRemark()
1416 FunctionSize = F.getInstructionCount(); in runOnFunction()
1454 unsigned NewSize = F.getInstructionCount(); in runOnFunction()
1567 unsigned ModuleCount = M.getInstructionCount(); in runOnModule()
H A DModule.cpp561 unsigned Module::getInstructionCount() const { in getInstructionCount() function in Module
564 NumInstrs += F.getInstructionCount(); in getInstructionCount()
H A DFunction.cpp345 unsigned Function::getInstructionCount() const { in getInstructionCount() function in Function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h197 unsigned getInstructionCount() const;
H A DModule.h254 unsigned getInstructionCount() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp60 return M.getInstructionCount() + M.size() + M.global_size() + M.alias_size(); in getModuleSize()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h963 unsigned getInstructionCount() const {
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2833 Subtarget->isPPC64() ? MI->getMF()->getInstructionCount() * 8 : in emitInstruction()
2834 MI->getMF()->getInstructionCount() * 4, in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1776 if (F.getInstructionCount() < PGOFunctionSizeThreshold) in skipPGOGen()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1049 unsigned Count = F->getInstructionCount(); in registerCallbacks()