Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h630 std::optional<bool> getOptionalBoolLoopAttribute(const Loop *TheLoop,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp1068 std::optional<bool> llvm::getOptionalBoolLoopAttribute(const Loop *TheLoop, in getOptionalBoolLoopAttribute() function in llvm
1087 return getOptionalBoolLoopAttribute(TheLoop, Name).value_or(false); in getBooleanLoopAttribute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp393 getOptionalBoolLoopAttribute(L, "llvm.loop.vectorize.enable"); in hasVectorizeTransformation()