Searched defs:CombinerInfo (Results 1 – 2 of 2) sorted by relevance
24 struct CombinerInfo { struct25 CombinerInfo(bool AllowIllegalOps, bool ShouldLegalizeIllegal, in CombinerInfo() argument37 bool IllegalOpsAllowed; // TODO: Make use of this.41 bool LegalizeIllegalOps; // TODO: Make use of this.42 const LegalizerInfo *LInfo;47 bool EnableOpt;49 bool EnableOptSize;51 bool EnableMinSize;55 unsigned MaxIterations = 0;
21 class CombinerInfo; global() variable