| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineFunctionPass.cpp | 72 CountBefore = MF.getInstructionCount(); in runOnFunction() 90 CountAfter = MF.getInstructionCount(); in runOnFunction()
|
| H A D | MachineOutliner.cpp | 945 FunctionToInstrCount[F.getName().str()] = MF->getInstructionCount(); in initSizeRemarkInfo() 964 unsigned FnCountAfter = MF->getInstructionCount(); in emitInstrCountChangedRemark()
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | FunctionPropertiesAnalysisTest.cpp | 331 F1->getInstructionCount()); in TEST_F() 385 F1->getInstructionCount() - 2); in TEST_F() 440 F1->getInstructionCount() - 2); in TEST_F() 493 F1->getInstructionCount() - 2); in TEST_F() 550 F1->getInstructionCount() - 2); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | ModuleInliner.cpp | 209 << " Function size: " << F.getInstructionCount() in run() 258 << F.getInstructionCount() << "\n"); in run()
|
| H A D | Inliner.cpp | 856 << " Function size: " << F.getInstructionCount() in run() 931 << F.getInstructionCount() << "\n"); in run()
|
| H A D | SampleProfile.cpp | 1406 unsigned SizeLimit = F.getInstructionCount() * ProfileInlineGrowthLimit; in inlineHotFunctionsWithPriority() 1416 while (!CQueue.empty() && F.getInstructionCount() < SizeLimit) { in inlineHotFunctionsWithPriority()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | LoopPass.cpp | 170 FunctionSize = F.getInstructionCount(); in runOnFunction() 207 unsigned NewSize = F.getInstructionCount(); in runOnFunction()
|
| H A D | CallGraphSCCPass.cpp | 146 SCCCount = M.getInstructionCount(); in RunPassOnSCC()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | LegacyPassManager.cpp | 73 unsigned FCount = F.getInstructionCount(); in initSizeRemarkInfo() 105 unsigned FnSize = MaybeChangedFn.getInstructionCount(); in emitInstrCountChangedRemark() 1408 FunctionSize = F.getInstructionCount(); in runOnFunction() 1441 unsigned NewSize = F.getInstructionCount(); in runOnFunction() 1554 unsigned ModuleCount = M.getInstructionCount(); in runOnModule()
|
| H A D | Module.cpp | 575 unsigned Module::getInstructionCount() const { in getInstructionCount() function in Module 578 NumInstrs += F.getInstructionCount(); in getInstructionCount()
|
| H A D | Function.cpp | 324 unsigned Function::getInstructionCount() const { in getInstructionCount() function in Function
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InlineOrder.h | 87 return Callee->getInstructionCount(); in evaluate()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Function.h | 172 unsigned getInstructionCount() const;
|
| H A D | Module.h | 233 unsigned getInstructionCount() const;
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineFunction.h | 896 unsigned getInstructionCount() const {
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryFunction.h | 2123 uint64_t getInstructionCount() const;
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | BinaryPasses.cpp | 439 OS << " There are " << Function.getInstructionCount() in runOnFunctions()
|
| /llvm-project-15.0.7/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 887 unsigned Count = any_cast<const Function *>(IR)->getInstructionCount(); in registerCallbacks()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryFunction.cpp | 2839 uint64_t BinaryFunction::getInstructionCount() const { in getInstructionCount() function in llvm::bolt::BinaryFunction
|