Searched refs:getOrCreateVectorTripCount (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp443 Value *getOrCreateVectorTripCount(Loop *NewLoop);
2800 Value *InnerLoopVectorizer::getOrCreateVectorTripCount(Loop *L) { function in class:InnerLoopVectorizer
2858 Value *TC = getOrCreateVectorTripCount(L);
3046 Value *CountRoundDown = getOrCreateVectorTripCount(Lp);

Completed in 77 milliseconds