Searched refs:LoopAlignment (Results 1 – 7 of 7) sorted by relevance
390 unsigned LoopAlignment = 0; variable
433 Options.LoopAlignment = CodeGenOpts.LoopAlignment; in initTargetOptions()
597 Options.LoopAlignment = getAlignLoops(); in InitTargetOptionsFromCodeGenFlags()
1996 if (TM.Options.LoopAlignment) in getPrefLoopAlignment()1997 return Align(TM.Options.LoopAlignment); in getPrefLoopAlignment()
339 VALUE_CODEGENOPT(LoopAlignment , 32, 0) ///< Overrides default loop
458 COMPATIBLE_VALUE_LANGOPT(LoopAlignment, 32, 0, "Default alignment for loops")
1589 MarshallingInfoInt<CodeGenOpts<"LoopAlignment">>;