Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp210 static Optional<bool> getOptionalBoolLoopAttribute(const Loop *TheLoop, in getOptionalBoolLoopAttribute() function
229 return getOptionalBoolLoopAttribute(TheLoop, Name).getValueOr(false); in getBooleanLoopAttribute()
372 getOptionalBoolLoopAttribute(L, "llvm.loop.vectorize.enable"); in hasVectorizeTransformation()