Home
last modified time | relevance | path

Searched defs:Executions (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp137 const unsigned Executions = LastInstructionIdx / Source.size() + 1; in printResourcePressurePerIter() local
158 const unsigned Executions = LastInstructionIdx / Source.size() + 1; in printResourcePressurePerInst() local
182 const unsigned Executions = LastInstructionIdx / Source.size() + 1; in toJSON() local
H A DTimelineView.cpp110 unsigned Executions, int BufferSize) { in chooseColor()
122 unsigned Executions, int BufferSize) { in tryChangeColor()
188 unsigned Executions = Timeline.size() / getSource().size(); in printAverageWaitTimes() local
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DLegacyPassManager.cpp51 Disabled, Arguments, Structure, Executions, Details enumerator