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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 90 bool processLoopStoreOfLoopLoad(StoreInst *SI, unsigned StoreSize,
318 if (processLoopStoreOfLoopLoad(SI, StoreSize, StoreEv, LoadEv, BECount))
546 /// processLoopStoreOfLoopLoad - We see a strided store whose value is a
549 processLoopStoreOfLoopLoad(StoreInst *SI, unsigned StoreSize,
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 121 bool processLoopStoreOfLoopLoad(StoreInst *SI, const SCEV *BECount);
484 MadeChange |= processLoopStoreOfLoopLoad(SI, BECount);
845 bool LoopIdiomRecognize::processLoopStoreOfLoopLoad(StoreInst *SI,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 176 bool processLoopStoreOfLoopLoad(StoreInst *SI, const SCEV *BECount);
553 MadeChange |= processLoopStoreOfLoopLoad(SI, BECount);
    [all...]

Completed in 131 milliseconds