Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp137 struct CoalescingCandidateInfo { struct in __anonf8689c690111::PPCBranchCoalescing
138 MachineBasicBlock *BranchBlock; // Block containing the branch
139 MachineBasicBlock *BranchTargetBlock; // Block branched to
140 MachineBasicBlock *FallThroughBlock; // Fall-through if branch not taken
141 SmallVector<MachineOperand, 4> Cond;
142 bool MustMoveDown;
143 bool MustMoveUp;