Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp83 bool processLoopMemSet(MemSetInst *MSI, const SCEV *BECount);
253 if (!processLoopMemSet(MSI, BECount)) continue; in runOnLoopBlock()
328 processLoopMemSet(MemSetInst *MSI, const SCEV *BECount) { in processLoopMemSet() function in LoopIdiomRecognize
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp113 bool processLoopMemSet(MemSetInst *MSI, const SCEV *BECount);
491 if (!processLoopMemSet(MSI, BECount)) in runOnLoopBlock()
647 bool LoopIdiomRecognize::processLoopMemSet(MemSetInst *MSI, in processLoopMemSet() function in LoopIdiomRecognize