Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Support/
H A DScopHelper.cpp732 static Optional<bool> getOptionalBoolLoopAttribute(MDNode *LoopID, in getOptionalBoolLoopAttribute() function
750 return getOptionalBoolLoopAttribute(LoopID, Name).value_or(false); in getBooleanLoopAttribute()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp1063 Optional<bool> llvm::getOptionalBoolLoopAttribute(const Loop *TheLoop, in getOptionalBoolLoopAttribute() function in llvm
1082 return getOptionalBoolLoopAttribute(TheLoop, Name).value_or(false); in getBooleanLoopAttribute()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h1327 Optional<bool> getOptionalBoolLoopAttribute(const Loop *TheLoop,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp393 getOptionalBoolLoopAttribute(L, "llvm.loop.vectorize.enable"); in hasVectorizeTransformation()