HomeSort by relevance Sort by last modified time
    Searched refs:processLoopMemSet (Results 1 - 3 of 3) 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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 168 bool processLoopMemSet(MemSetInst *MSI, const SCEV *BECount);
560 if (!processLoopMemSet(MSI, BECount))
715 /// processLoopMemSet - See if this memset can be promoted to a large memset.
716 bool LoopIdiomRecognize::processLoopMemSet(MemSetInst *MSI,
    [all...]

Completed in 104 milliseconds