Home | History | Annotate | Download | only in CodeGen

Lines Matching full:mbb

68     MachineBasicBlock *MBB;
170 /// isThroughBlock - Return true if CurLI is live through MBB without uses.
171 bool isThroughBlock(unsigned MBB) const { return ThroughBlocks.test(MBB); }
320 MachineBasicBlock &MBB,
327 /// getShallowDominator - Returns the least busy dominator of MBB that is
329 MachineBasicBlock *findShallowDominator(MachineBasicBlock *MBB,
379 /// enterIntvAtEnd - Enter the open interval at the end of MBB.
380 /// Use the open interval from he inserted copy to the MBB end.
382 SlotIndex enterIntvAtEnd(MachineBasicBlock &MBB);
384 /// useIntv - indicate that all instructions in MBB should use OpenLI.
385 void useIntv(const MachineBasicBlock &MBB);
398 /// leaveIntvAtTop - Leave the interval at the top of MBB.
399 /// Add liveness from the MBB top to the copy.
401 SlotIndex leaveIntvAtTop(MachineBasicBlock &MBB);