Home
last modified time | relevance | path

Searched refs:isProfitableToUseMemset (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp144 bool isProfitableToUseMemset(const TargetData &TD) const;
149 bool MemsetRange::isProfitableToUseMemset(const TargetData &TD) const { in isProfitableToUseMemset() function in MemsetRange
441 if (!Range.isProfitableToUseMemset(*TD)) in INITIALIZE_PASS_DEPENDENCY()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp184 bool isProfitableToUseMemset(const DataLayout &DL) const;
189 bool MemsetRange::isProfitableToUseMemset(const DataLayout &DL) const { in isProfitableToUseMemset() function in MemsetRange
464 if (!Range.isProfitableToUseMemset(DL)) in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp149 bool isProfitableToUseMemset(const DataLayout &DL) const;
153 bool MemsetRange::isProfitableToUseMemset(const DataLayout &DL) const { in isProfitableToUseMemset() function in MemsetRange
439 if (!Range.isProfitableToUseMemset(DL)) in INITIALIZE_PASS_DEPENDENCY()