Lines Matching refs:getBooleanLoopAttribute
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()
476 if (getBooleanLoopAttribute(L, "llvm.loop.licm_versioning.disable")) in hasLICMVersioningTransformation()