Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFunctionPass.cpp73 CountBefore = MF.getInstructionCount(); in runOnFunction()
99 CountAfter = MF.getInstructionCount(); in runOnFunction()
HDMachineOutliner.cpp1076 FunctionToInstrCount[F.getName().str()] = MF->getInstructionCount(); in initSizeRemarkInfo()
1095 unsigned FnCountAfter = MF->getInstructionCount(); in emitInstrCountChangedRemark()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDModuleInliner.cpp187 << " Function size: " << F.getInstructionCount() in run()
226 LLVM_DEBUG(dbgs() << " Size after inlining: " << F.getInstructionCount() in run()
HDInliner.cpp321 << " Function size: " << F.getInstructionCount() in run()
400 << F.getInstructionCount() << "\n"); in run()
HDSampleProfile.cpp1439 unsigned SizeLimit = F.getInstructionCount() * ProfileInlineGrowthLimit; in inlineHotFunctionsWithPriority()
1449 while (!CQueue.empty() && F.getInstructionCount() < SizeLimit) { in inlineHotFunctionsWithPriority()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoopPass.cpp171 FunctionSize = F.getInstructionCount(); in runOnFunction()
208 unsigned NewSize = F.getInstructionCount(); in runOnFunction()
HDInlineOrder.cpp80 Size = Callee->getInstructionCount(); in SizePriority()
HDCallGraphSCCPass.cpp147 SCCCount = M.getInstructionCount(); in RunPassOnSCC()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDLegacyPassManager.cpp74 unsigned FCount = F.getInstructionCount(); in initSizeRemarkInfo()
106 unsigned FnSize = MaybeChangedFn.getInstructionCount(); in emitInstrCountChangedRemark()
1413 FunctionSize = F.getInstructionCount(); in runOnFunction()
1451 unsigned NewSize = F.getInstructionCount(); in runOnFunction()
1564 unsigned ModuleCount = M.getInstructionCount(); in runOnModule()
HDModule.cpp592 unsigned Module::getInstructionCount() const { in getInstructionCount() function in Module
595 NumInstrs += F.getInstructionCount(); in getInstructionCount()
HDFunction.cpp366 unsigned Function::getInstructionCount() const { in getInstructionCount() function in Function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDJumpTableToSwitch.cpp86 Func->getInstructionCount() > FunctionSizeThreshold) in parseJumpTable()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDFunction.h204 unsigned getInstructionCount() const;
HDModule.h272 unsigned getInstructionCount() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
HDIRMutator.cpp61 return M.getInstructionCount() + M.size() + M.global_size() + M.alias_size(); in getModuleSize()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineFunction.h964 unsigned getInstructionCount() const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCAsmPrinter.cpp3142 Subtarget->isPPC64() ? MI->getMF()->getInstructionCount() * 8 : in emitInstruction()
3143 MI->getMF()->getInstructionCount() * 4, in emitInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDPGOInstrumentation.cpp1859 if (F.getInstructionCount() < PGOFunctionSizeThreshold) in skipPGOGen()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Passes/
HDStandardInstrumentations.cpp1123 unsigned Count = F->getInstructionCount(); in registerCallbacks()