Searched defs:UnrollLoop (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp1 //===-- UnrollLoop.cpp - Loop unrolling utilities -------------------------===//
19 #include "llvm/Transforms/Utils/UnrollLoop.h"
129 /// executes. UnrollLoop relaxes the definition to permit early exits: here
131 /// exits were taken. Note that UnrollLoop assumes that the loop counter test
147 bool llvm::UnrollLoop(Loop *L, unsigned Count, unsigned TripCount, function in class:llvm

Completed in 115 milliseconds