reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/SLPVectorizer.cpp
 5278   DL = &F.getParent()->getDataLayout();
 5290   if (F.hasFnAttribute(Attribute::NoImplicitFloat))
 5293   LLVM_DEBUG(dbgs() << "SLP: Analyzing blocks in " << F.getName() << ".\n");
 5297   BoUpSLP R(&F, SE, TTI, TLI, AA, LI, DT, AC, DB, DL, ORE_);
 5303   for (auto BB : post_order(&F.getEntryBlock())) {
 5328     LLVM_DEBUG(dbgs() << "SLP: vectorized \"" << F.getName() << "\"\n");
 5329     LLVM_DEBUG(verifyFunction(F));