Home
last modified time | relevance | path

Searched defs:InstrCount (Results 1 – 15 of 15) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h35 unsigned InstrCount; member
77 unsigned InstrCount = 0; member
H A DMachineTraceMetrics.h124 unsigned InstrCount = ~0u; global() member
/llvm-project/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp51 static unsigned InstrCount = 0; variable
H A DEarlyIfConversion.cpp207 unsigned InstrCount = 0; in canSpeculateInstrs() local
301 unsigned InstrCount = 0; in canPredicateInstrs() local
H A DTailDuplicator.cpp624 unsigned InstrCount = 0; shouldTailDuplicate() local
H A DMachineTraceMetrics.cpp105 unsigned InstrCount = 0; getResources() local
H A DScheduleDAGInstrs.cpp1300 unsigned InstrCount = R.DFSNodeData[SU->NodeNum].InstrCount; visitPostorderNode() local
[all...]
H A DMachineBlockPlacement.cpp3227 uint64_t InstrCount = 0; countMBBInstruction() local
/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp165 unsigned InstrCount, FunctionSize = 0; in runOnFunction() local
H A DInlineSizeEstimatorAnalysis.cpp159 size_t InstrCount = getMaxInstructionID() + 1; in getFunctionFeatures() local
H A DCallGraphSCCPass.cpp137 unsigned InstrCount, SCCCount = 0; in RunPassOnSCC() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp389 unsigned InstrCount = 0; in canSpeculateInstrs() local
/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp69 unsigned InstrCount = 0; in initSizeRemarkInfo() local
1407 unsigned InstrCount, FunctionSize = 0; runOnFunction() local
1531 unsigned InstrCount; runOnModule() local
[all...]
/llvm-project/llvm/unittests/IR/
H A DPassManagerTest.cpp726 int InstrCount = 0, FunctionCount = 0; in TEST_F() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp504 auto InstrCount = BFI->getBlockProfileCount(BB); run() local