Lines Matching refs:getMBBMRT
438 virtual MBBMRT *getMBBMRT() { return nullptr; } in getMBBMRT() function in __anon3d3c1dbc0211::MRT
442 bool isMBB() { return getMBBMRT() != nullptr; } in isMBB()
478 MBBMRT *getMBBMRT() override { return this; } in getMBBMRT() function in __anon3d3c1dbc0211::MBBMRT
555 : Tree->getMBBMRT()->getMBB(); in getEntry()
561 : Tree->getMBBMRT()->getMBB(); in getExit()
571 if (MBB == CI->getMBBMRT()->getMBB()) in contains()
807 auto MBB = CI->getMBBMRT()->getMBB(); in storeLiveOuts()
1303 if (CI->getMBBMRT()->getMBB()->succ_size() > 1) { in regionIsSequence()
1315 fixMBBTerminator(CI->getMBBMRT()->getMBB()); in fixupRegionExits()
2552 MachineBasicBlock *MBB = Tree->getMBBMRT()->getMBB(); in containsNewBackedge()
2636 MachineBasicBlock *MBB = Child->getMBBMRT()->getMBB(); in structurizeComplexRegion()