reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
184 llvm::Optional<int> getOptionalIntLoopAttribute(Loop *TheLoop, StringRef Name);
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");