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

/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp150 bool processLoopStore(StoreInst *SI, const SCEV *BECount);
744 if (!processLoopStore(SI, BECount)) continue;
772 /// processLoopStore - See if this store can be promoted to a memset or memcpy.
773 bool LoopIdiomRecognize::processLoopStore(StoreInst *SI, const SCEV *BECount) { function in class:LoopIdiomRecognize

Completed in 321 milliseconds