Home
last modified time | relevance | path

Searched refs:getOptionalBoolLoopAttribute (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp266 static Optional<bool> getOptionalBoolLoopAttribute(const Loop *TheLoop, in getOptionalBoolLoopAttribute() function
285 return getOptionalBoolLoopAttribute(TheLoop, Name).getValueOr(false); in getBooleanLoopAttribute()
432 getOptionalBoolLoopAttribute(L, "llvm.loop.vectorize.enable"); in hasVectorizeTransformation()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DLoopInfo.cpp1067 std::optional<bool> llvm::getOptionalBoolLoopAttribute(const Loop *TheLoop, in getOptionalBoolLoopAttribute() function in llvm
1086 return getOptionalBoolLoopAttribute(TheLoop, Name).value_or(false); in getBooleanLoopAttribute()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DLoopInfo.h1330 std::optional<bool> getOptionalBoolLoopAttribute(const Loop *TheLoop,
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp393 getOptionalBoolLoopAttribute(L, "llvm.loop.vectorize.enable"); in hasVectorizeTransformation()