Searched defs:LoopHasReductions (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp195 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) { argument
196 return LoopHasReductions;
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h240 bool enableAggressiveInterleaving(bool LoopHasReductions) { return false; } argument

Completed in 106 milliseconds