Lines Matching defs:BBInfo
111 struct BBInfo { struct in __anon8e2ba10a0111::IfConverter
112 bool IsDone : 1;
113 bool IsBeingAnalyzed : 1;
114 bool IsAnalyzed : 1;
115 bool IsEnqueued : 1;
116 bool IsBrAnalyzable : 1;
117 bool HasFallThrough : 1;
118 bool IsUnpredicable : 1;
119 bool CannotBeCopied : 1;
120 bool ClobbersPred : 1;
121 unsigned NonPredSize;
122 unsigned ExtraCost;
123 unsigned ExtraCost2;
124 MachineBasicBlock *BB;
125 MachineBasicBlock *TrueBB;
126 MachineBasicBlock *FalseBB;
127 SmallVector<MachineOperand, 4> BrCond;
128 SmallVector<MachineOperand, 4> Predicate;
129 BBInfo() : IsDone(false), IsBeingAnalyzed(false), in BBInfo() function