Searched refs:NumInstructions (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h42 unsigned NumInstructions; member in class:llvm::mca::MemoryGroup
56 NumExecutedPredecessors(0), NumInstructions(0), NumExecuting(0),
69 unsigned getNumInstructions() const { return NumInstructions; }
99 return NumExecuting && (NumExecuting == (NumInstructions - NumExecuted));
101 bool isExecuted() const { return NumInstructions == NumExecuted; }
157 ++NumInstructions;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp26 unsigned NumInstructions = Source.size(); local
28 NumInstructions *= Iterations;
29 Timeline.resize(NumInstructions);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp197 unsigned NumInstructions; member in struct:__anon2674::SinkingInstructionCandidate
206 Cost = (NumInstructions * (NumBlocks - 1)) -
220 << " #Insts=" << C.NumInstructions << " #PHIs=" << C.NumPHIs << ">";
752 Cand.NumInstructions = ++InstNum;
827 for (unsigned I = 0; I < C.NumInstructions; ++I)
830 return C.NumInstructions;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp222 unsigned NumInstructions = 0; member in class:__anon1619::CallAnalyzer
564 if (NumVectorInstructions <= NumInstructions / 10)
566 else if (NumVectorInstructions <= NumInstructions / 2)
592 assert(NumInstructions == 0);
1755 ++NumInstructions;
2052 DEBUG_PRINT_STAT(NumInstructions);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp820 unsigned NumInstructions = InstructionSpecifiers.size();
830 for (unsigned Index = 0; Index < NumInstructions; ++Index) {
861 for (unsigned index = 0; index < NumInstructions; ++index) {
H A DFixedLenDecoderEmitter.cpp54 STATISTIC(NumInstructions, "Number of instructions considered");
2455 NumInstructions++;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1739 unsigned numInstructions() { return NumInstructions; }
1779 unsigned NumInstructions = 0; member in class:clang::threadSafety::SCFG

Completed in 136 milliseconds