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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp82 bool processLoopStore(StoreInst *SI, const SCEV *BECount);
247 if (!processLoopStore(SI, BECount)) continue;
275 /// processLoopStore - See if this store can be promoted to a memset or memcpy.
276 bool LoopIdiomRecognize::processLoopStore(StoreInst *SI, const SCEV *BECount) { function in class:LoopIdiomRecognize

Completed in 115 milliseconds