Home
last modified time | relevance | path

Searched refs:AllowRuntime (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h26 bool UnrollLoop(Loop *L, unsigned Count, unsigned TripCount, bool AllowRuntime,
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp399 bool AllowRuntime = UserRuntime ? CurrentRuntime : UP.Runtime; in runOnLoop() local
414 if (!AllowRuntime && !CountSetExplicitly) { in runOnLoop()
463 if (!UnrollLoop(L, Count, TripCount, AllowRuntime, TripMultiple, LI, this, &LPM)) in runOnLoop()
/external/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp148 bool AllowRuntime, unsigned TripMultiple, in UnrollLoop() argument
210 bool RuntimeTripCount = (TripCount == 0 && Count > 0 && AllowRuntime); in UnrollLoop()