Home | History | Annotate | Download | only in performance

Lines Matching defs:loop

322 											: loop(m_numRepetitions, expressionTemplate(m_caseType));
343 static inline string loop (int iterations, const string& innerExpr)
864 TestCaseGroup* const unrollGroup = new TestCaseGroup(m_context, "loop_unrolling", "Loop Unrolling Cases");
865 Loop-Invariant Code Motion Cases");
884 // Loop unrolling cases.
895 const string caseTypeDesc = caseType == LoopUnrollCase::CASETYPE_INDEPENDENT ? "loop iterations don't depend on each other"
896 : caseType == LoopUnrollCase::CASETYPE_DEPENDENT ? "loop iterations depend on each other"
910 // Loop-invariant code motion cases.
969 : caseType == CommonSubexpressionCase::CASETYPE_LOOP ? "loop"
1002 : caseType == DeadCodeEliminationCase::CASETYPE_UNUSED_VALUE_LOOP ? "Compute a value, using a loop, that is never used even statically"