Searched defs:BlockSplitInfo (Results 1 – 1 of 1) sorted by relevance
107 struct BlockSplitInfo { struct108 MachineInstr *OrigBranch;109 MachineInstr *SplitBefore;110 MachineInstr *SplitCond;111 unsigned OrigSubreg;112 unsigned SplitCondSubreg;113 bool InvertNewBranch;114 bool InvertOrigBranch;115 bool BranchToFallThrough;116 const MachineBranchProbabilityInfo *MBPI;[all …]