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

/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp83 bool processLoopMemSet(MemSetInst *MSI, const SCEV *BECount);
253 if (!processLoopMemSet(MSI, BECount)) continue;
326 /// processLoopMemSet - See if this memset can be promoted to a large memset.
328 processLoopMemSet(MemSetInst *MSI, const SCEV *BECount) { function in class:LoopIdiomRecognize

Completed in 41 milliseconds