Lines Matching defs:BBInfo
102 struct BBInfo { struct in __anon645c1b770111::IfConverter
103 bool IsDone : 1;
104 bool IsBeingAnalyzed : 1;
105 bool IsAnalyzed : 1;
106 bool IsEnqueued : 1;
107 bool IsBrAnalyzable : 1;
108 bool HasFallThrough : 1;
109 bool IsUnpredicable : 1;
110 bool CannotBeCopied : 1;
111 bool ClobbersPred : 1;
112 unsigned NonPredSize;
113 unsigned ExtraCost;
114 unsigned ExtraCost2;
115 MachineBasicBlock *BB;
116 MachineBasicBlock *TrueBB;
117 MachineBasicBlock *FalseBB;
118 SmallVector<MachineOperand, 4> BrCond;
119 SmallVector<MachineOperand, 4> Predicate;
120 BBInfo() : IsDone(false), IsBeingAnalyzed(false), in BBInfo() argument