Searched refs:NumInstructions (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/Analysis/IPA/ |
| H A D | InlineCost.cpp | 73 unsigned NumInstructions, NumVectorInstructions; member in __anone2367e770111::CallAnalyzer 154 AllocatedSize(0), NumInstructions(0), NumVectorInstructions(0), in CallAnalyzer() 906 ++NumInstructions; in analyzeBlock() 932 if (NumVectorInstructions > NumInstructions/2) in analyzeBlock() 934 else if (NumVectorInstructions > NumInstructions/10) in analyzeBlock() 1009 assert(NumInstructions == 0); in analyzeCall()
|
| /minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
| H A D | X86DisassemblerTables.cpp | 583 unsigned NumInstructions = InstructionSpecifiers.size(); in emitInstructionInfo() local 592 for (unsigned Index = 0; Index < NumInstructions; ++Index) { in emitInstructionInfo() 624 for (unsigned index = 0; index < NumInstructions; ++index) { in emitInstructionInfo() 647 if (index + 1 < NumInstructions) in emitInstructionInfo()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 1696 Entry(nullptr), Exit(nullptr), NumInstructions(0), Normal(false) { in SCFG() 1707 Entry(nullptr), Exit(nullptr), NumInstructions(0), Normal(false) { in SCFG() 1740 unsigned numInstructions() { return NumInstructions; } in numInstructions() 1780 unsigned NumInstructions; variable
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 949 unsigned NumInstructions; member 5629 R.NumInstructions = std::max(R.NumInstructions, 1U); in selectUnrollFactor() 5746 R.NumInstructions = 0; in calculateRegisterUsage() 5765 R.NumInstructions += (*bb)->size(); in calculateRegisterUsage() 5833 DEBUG(dbgs() << "LV(REG): LoopSize: " << R.NumInstructions << '\n'); in calculateRegisterUsage()
|