Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h33 bool AllowRuntime, bool AllowExpensiveTripCount,
/external/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp204 bool AllowRuntime, bool AllowExpensiveTripCount, in UnrollLoop() argument
281 bool RuntimeTripCount = (TripCount == 0 && Count > 0 && AllowRuntime); in UnrollLoop()