Searched defs:CoalescingCandidateInfo (Results 1 – 1 of 1) sorted by relevance
141 struct CoalescingCandidateInfo { struct in __anon2445e6f80111::PPCBranchCoalescing142 MachineBasicBlock *BranchBlock; // Block containing the branch143 MachineBasicBlock *BranchTargetBlock; // Block branched to144 MachineBasicBlock *FallThroughBlock; // Fall-through if branch not taken145 SmallVector<MachineOperand, 4> Cond;146 bool MustMoveDown;147 bool MustMoveUp;