Searched refs:LoopAlignment (Results 1 – 7 of 7) sorted by relevance
373 unsigned LoopAlignment = 0; variable
446 Options.LoopAlignment = CodeGenOpts.LoopAlignment; in initTargetOptions()
563 Options.LoopAlignment = getAlignLoops(); in InitTargetOptionsFromCodeGenFlags()
2023 if (TM.Options.LoopAlignment) in getPrefLoopAlignment()2024 return Align(TM.Options.LoopAlignment); in getPrefLoopAlignment()
326 VALUE_CODEGENOPT(LoopAlignment , 32, 0) ///< Overrides default loop
422 COMPATIBLE_VALUE_LANGOPT(LoopAlignment, 32, 0, "Default alignment for loops")
1151 MarshallingInfoInt<CodeGenOpts<"LoopAlignment">>;