HomeSort by relevance Sort by last modified time
    Searched refs:processLoopStores (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 111 bool processLoopStores(SmallVectorImpl<StoreInst *> &SL, const SCEV *BECount,
477 MadeChange |= processLoopStores(SL.second, BECount, true);
480 MadeChange |= processLoopStores(SL.second, BECount, false);
506 /// processLoopStores - See if this store(s) can be promoted to a memset.
507 bool LoopIdiomRecognize::processLoopStores(SmallVectorImpl<StoreInst *> &SL,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 166 bool processLoopStores(SmallVectorImpl<StoreInst *> &SL, const SCEV *BECount,
546 MadeChange |= processLoopStores(SL.second, BECount, true);
549 MadeChange |= processLoopStores(SL.second, BECount, false);
575 /// processLoopStores - See if this store(s) can be promoted to a memset.
576 bool LoopIdiomRecognize::processLoopStores(SmallVectorImpl<StoreInst *> &SL,
    [all...]

Completed in 119 milliseconds