HomeSort by relevance Sort by last modified time
    Searched defs:enableAggressiveInterleaving (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 206 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) {
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 177 bool TargetTransformInfo::enableAggressiveInterleaving(bool LoopHasReductions) const {
178 return TTIImpl->enableAggressiveInterleaving(LoopHasReductions);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 241 bool enableAggressiveInterleaving(bool LoopHasReductions) { return false; }

Completed in 221 milliseconds