Searched refs:NumInstructions (Results 1 – 8 of 8) sorted by relevance
251 unsigned NumInstructions = 0; variable279 unsigned getNumInstructions() const { return NumInstructions; } in getNumInstructions()319 return NumExecuting && (NumExecuting == (NumInstructions - NumExecuted)); in isExecuting()321 bool isExecuted() const { return NumInstructions == NumExecuted; } in isExecuted()393 ++NumInstructions; in addInstruction()
108 unsigned NumInstructions; member117 Cost = (NumInstructions * (NumBlocks - 1)) - in calculateCost()131 << " #Insts=" << C.NumInstructions << " #PHIs=" << C.NumPHIs << ">"; in operator <<()714 Cand.NumInstructions = ++InstNum; in analyzeInstructionForSinking()792 for (unsigned I = 0; I < C.NumInstructions; ++I) in sinkBB()795 return C.NumInstructions; in sinkBB()
26 unsigned NumInstructions = getSource().size(); in TimelineView() local28 NumInstructions *= Iterations; in TimelineView()29 Timeline.resize(NumInstructions); in TimelineView()
392 unsigned NumInstructions = 0; member in __anon463f3bdb0111::CallAnalyzer1104 if (NumVectorInstructions <= NumInstructions / 10) in finalizeAnalysis()1106 else if (NumVectorInstructions <= NumInstructions / 2) in finalizeAnalysis()1165 assert(NumInstructions == 0); in onAnalysisStart()1415 if (NumVectorInstructions <= NumInstructions / 10) in finalizeAnalysis()1417 else if (NumVectorInstructions <= NumInstructions / 2) in finalizeAnalysis()2749 ++NumInstructions; in analyzeBlock()3061 DEBUG_PRINT_STAT(NumInstructions); in print()
859 unsigned NumInstructions = InstructionSpecifiers.size(); in emitInstructionInfo() local869 for (unsigned Index = 0; Index < NumInstructions; ++Index) { in emitInstructionInfo()899 for (unsigned index = 0; index < NumInstructions; ++index) { in emitInstructionInfo()
98 STATISTIC(NumInstructions, "Number of instructions considered");2607 NumInstructions++; in run()
1746 unsigned numInstructions() { return NumInstructions; } in numInstructions()1786 unsigned NumInstructions = 0; variable
11450 unsigned NumInstructions = 0; in reorderGatherNode() local11460 ++NumInstructions; in reorderGatherNode()11478 if (!IsOrdered && NumInstructions > 1) { in reorderGatherNode()