Home
last modified time | relevance | path

Searched refs:processLoopStoreOfLoopLoad (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp90 bool processLoopStoreOfLoopLoad(StoreInst *SI, unsigned StoreSize,
318 if (processLoopStoreOfLoopLoad(SI, StoreSize, StoreEv, LoadEv, BECount)) in processLoopStore()
549 processLoopStoreOfLoopLoad(StoreInst *SI, unsigned StoreSize, in processLoopStoreOfLoopLoad() function in LoopIdiomRecognize
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp121 bool processLoopStoreOfLoopLoad(StoreInst *SI, const SCEV *BECount);
484 MadeChange |= processLoopStoreOfLoopLoad(SI, BECount); in runOnLoopBlock()
845 bool LoopIdiomRecognize::processLoopStoreOfLoopLoad(StoreInst *SI, in processLoopStoreOfLoopLoad() function in LoopIdiomRecognize