Home
last modified time | relevance | path

Searched refs:PrevMBB (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1424 MachineFunction::const_iterator PrevMBB = Prev->getParent(); in beginFunction() local
1425 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() local
1505 PrevMBB->getLastNonDebugInstr(); in beginFunction()
1506 if (LastMI == PrevMBB->end()) in beginFunction()