Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunctionPass.cpp71 CountBefore = MF.getInstructionCount(); in runOnFunction()
78 CountAfter = MF.getInstructionCount(); in runOnFunction()
DMachineOutliner.cpp1362 FunctionToInstrCount[F.getName().str()] = MF->getInstructionCount(); in initSizeRemarkInfo()
1381 unsigned FnCountAfter = MF->getInstructionCount(); in emitInstrCountChangedRemark()
/external/llvm-project/llvm/lib/CodeGen/
DMachineFunctionPass.cpp70 CountBefore = MF.getInstructionCount(); in runOnFunction()
77 CountAfter = MF.getInstructionCount(); in runOnFunction()
DMachineOutliner.cpp926 FunctionToInstrCount[F.getName().str()] = MF->getInstructionCount(); in initSizeRemarkInfo()
945 unsigned FnCountAfter = MF->getInstructionCount(); in emitInstrCountChangedRemark()
/external/llvm-project/llvm/lib/Analysis/
DLoopPass.cpp173 FunctionSize = F.getInstructionCount(); in runOnFunction()
210 unsigned NewSize = F.getInstructionCount(); in runOnFunction()
DCallGraphSCCPass.cpp145 SCCCount = M.getInstructionCount(); in RunPassOnSCC()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopPass.cpp204 FunctionSize = F.getInstructionCount(); in runOnFunction()
229 unsigned NewSize = F.getInstructionCount(); in runOnFunction()
DCallGraphSCCPass.cpp143 SCCCount = M.getInstructionCount(); in RunPassOnSCC()
/external/llvm-project/llvm/include/llvm/Analysis/
DMLInlineAdvisor.h36 int64_t getIRSize(const Function &F) const { return F.getInstructionCount(); } in getIRSize()
/external/llvm-project/llvm/lib/IR/
DLegacyPassManager.cpp79 unsigned FCount = F.getInstructionCount(); in initSizeRemarkInfo()
111 unsigned FnSize = MaybeChangedFn.getInstructionCount(); in emitInstrCountChangedRemark()
1418 FunctionSize = F.getInstructionCount(); in runOnFunction()
1451 unsigned NewSize = F.getInstructionCount(); in runOnFunction()
1564 unsigned ModuleCount = M.getInstructionCount(); in runOnModule()
DModule.cpp519 unsigned Module::getInstructionCount() { in getInstructionCount() function in Module
522 NumInstrs += F.getInstructionCount(); in getInstructionCount()
DFunction.cpp300 unsigned Function::getInstructionCount() const { in getInstructionCount() function in Function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLegacyPassManager.cpp151 unsigned FCount = F.getInstructionCount(); in initSizeRemarkInfo()
183 unsigned FnSize = MaybeChangedFn.getInstructionCount(); in emitInstrCountChangedRemark()
1462 FunctionSize = F.getInstructionCount(); in runOnFunction()
1483 unsigned NewSize = F.getInstructionCount(); in runOnFunction()
1585 unsigned ModuleCount = M.getInstructionCount(); in runOnModule()
DModule.cpp491 unsigned Module::getInstructionCount() { in getInstructionCount() function in Module
494 NumInstrs += F.getInstructionCount(); in getInstructionCount()
DFunction.cpp227 unsigned Function::getInstructionCount() const { in getInstructionCount() function in Function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h160 unsigned getInstructionCount() const;
DModule.h216 unsigned getInstructionCount();
/external/llvm-project/llvm/include/llvm/IR/
DModule.h224 unsigned getInstructionCount();
DFunction.h162 unsigned getInstructionCount() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h694 unsigned getInstructionCount() const {
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineFunction.h775 unsigned getInstructionCount() const {