Searched refs:PrevMBB (Results 1 – 1 of 1) sorted by relevance
1424 MachineFunction::const_iterator PrevMBB = Prev->getParent(); in beginFunction() local1425 if (PrevMBB != I && (!AtBlockEntry || llvm::next(PrevMBB) != I) && in beginFunction()1430 PrevMBB->getLastNonDebugInstr(); in beginFunction()1431 if (LastMI == PrevMBB->end()) { in beginFunction()1503 const MachineBasicBlock *PrevMBB = Prev->getParent(); in beginFunction() local1505 PrevMBB->getLastNonDebugInstr(); in beginFunction()1506 if (LastMI == PrevMBB->end()) in beginFunction()