Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp107 struct BlockSplitInfo { struct
108 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 …]