HomeSort by: relevance | last modified time | path
    Searched defs:processLoopStores (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 208 bool processLoopStores(SmallVectorImpl<StoreInst *> &SL, const SCEV *BECount,
639 MadeChange |= processLoopStores(SL.second, BECount, ForMemset::Yes);
642 MadeChange |= processLoopStores(SL.second, BECount, ForMemset::No);
657 bool LoopIdiomRecognize::processLoopStores(SmallVectorImpl<StoreInst *> &SL,

Completed in 33 milliseconds