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

Declarations

include/llvm/Transforms/Utils/LoopUtils.h
  184 llvm::Optional<int> getOptionalIntLoopAttribute(Loop *TheLoop, StringRef Name);

References

lib/Transforms/Scalar/WarnMissedTransforms.cpp
   50         getOptionalIntLoopAttribute(L, "llvm.loop.vectorize.width");
   52         getOptionalIntLoopAttribute(L, "llvm.loop.interleave.count");
lib/Transforms/Utils/LoopUnrollPeel.cpp
  289   if (auto Peeled = getOptionalIntLoopAttribute(L, PeeledCountMetaData))
  746   if (auto Peeled = getOptionalIntLoopAttribute(L, PeeledCountMetaData))
lib/Transforms/Utils/LoopUtils.cpp
  396       getOptionalIntLoopAttribute(L, "llvm.loop.unroll.count");
  417       getOptionalIntLoopAttribute(L, "llvm.loop.unroll_and_jam.count");
  438       getOptionalIntLoopAttribute(L, "llvm.loop.vectorize.width");
  440       getOptionalIntLoopAttribute(L, "llvm.loop.interleave.count");