Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:IsSplit

2675   bool IsSplit;
2677 MBBPriorityInfo(MachineBasicBlock *mbb, unsigned depth, bool issplit)
2678 : MBB(mbb), Depth(depth), IsSplit(issplit) {}
2693 if (LHS->IsSplit != RHS->IsSplit)
2694 return LHS->IsSplit ? -1 : 1;