HomeSort by relevance Sort by last modified time
    Searched refs:processLoopMemSet (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 83 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) {
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 113 bool processLoopMemSet(MemSetInst *MSI, const SCEV *BECount);
491 if (!processLoopMemSet(MSI, BECount))
646 /// processLoopMemSet - See if this memset can be promoted to a large memset.
647 bool LoopIdiomRecognize::processLoopMemSet(MemSetInst *MSI,
    [all...]

Completed in 164 milliseconds