Home
last modified time | relevance | path

Searched defs:CombinerInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerInfo.h24 struct CombinerInfo { struct
25 CombinerInfo(bool AllowIllegalOps, bool ShouldLegalizeIllegal, in CombinerInfo() argument
37 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;
H A DCombiner.h21 class CombinerInfo; global() variable