Searched refs:getBooleanLoopAttribute (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | LoopUtils.cpp | 284 static bool getBooleanLoopAttribute(const Loop *TheLoop, StringRef Name) { in getBooleanLoopAttribute() function 384 return getBooleanLoopAttribute(L, LLVMLoopDisableNonforced); in hasDisableAllTransformsHint() 388 return getBooleanLoopAttribute(L, LLVMLoopDisableLICM); in hasDisableLICMTransformsHint() 392 if (getBooleanLoopAttribute(L, "llvm.loop.unroll.disable")) in hasUnrollTransformation() 400 if (getBooleanLoopAttribute(L, "llvm.loop.unroll.enable")) in hasUnrollTransformation() 403 if (getBooleanLoopAttribute(L, "llvm.loop.unroll.full")) in hasUnrollTransformation() 413 if (getBooleanLoopAttribute(L, "llvm.loop.unroll_and_jam.disable")) in hasUnrollAndJamTransformation() 421 if (getBooleanLoopAttribute(L, "llvm.loop.unroll_and_jam.enable")) in hasUnrollAndJamTransformation() 447 if (getBooleanLoopAttribute(L, "llvm.loop.isvectorized")) in hasVectorizeTransformation() 466 if (getBooleanLoopAttribute(L, "llvm.loop.distribute.enable")) in hasDistributeTransformation() [all …]
|