Searched refs:getOptionalBoolLoopAttribute (Results 1 – 4 of 4) sorted by relevance
732 static Optional<bool> getOptionalBoolLoopAttribute(MDNode *LoopID, in getOptionalBoolLoopAttribute() function750 return getOptionalBoolLoopAttribute(LoopID, Name).value_or(false); in getBooleanLoopAttribute()
1063 Optional<bool> llvm::getOptionalBoolLoopAttribute(const Loop *TheLoop, in getOptionalBoolLoopAttribute() function in llvm1082 return getOptionalBoolLoopAttribute(TheLoop, Name).value_or(false); in getBooleanLoopAttribute()
1327 Optional<bool> getOptionalBoolLoopAttribute(const Loop *TheLoop,
393 getOptionalBoolLoopAttribute(L, "llvm.loop.vectorize.enable"); in hasVectorizeTransformation()