Searched refs:EntryMBB (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineRegisterInfo.cpp | 186 MachineRegisterInfo::EmitLiveInCopies(MachineBasicBlock *EntryMBB, in EmitLiveInCopies() argument 202 BuildMI(*EntryMBB, EntryMBB->begin(), DebugLoc(), in EmitLiveInCopies() 207 EntryMBB->addLiveIn(LiveIns[i].first); in EmitLiveInCopies() 211 EntryMBB->addLiveIn(LiveIns[i].first); in EmitLiveInCopies()
|
D | RegAllocLinearScan.cpp | 644 MachineFunction::iterator EntryMBB = mf_->begin(); in linearScan() local 665 if (LiveInMBBs[i] != EntryMBB) { in linearScan()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineRegisterInfo.h | 296 void EmitLiveInCopies(MachineBasicBlock *EntryMBB,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 287 MachineBasicBlock *EntryMBB = MF->begin(); in runOnMachineFunction() local 288 RegInfo->EmitLiveInCopies(EntryMBB, TRI, TII); in runOnMachineFunction() 302 EntryMBB->insert(EntryMBB->begin(), MI); in runOnMachineFunction() 319 BuildMI(*EntryMBB, ++InsertPos, MI->getDebugLoc(), in runOnMachineFunction() 332 if (UseMI->isCopy() && !CopyUseMI && UseMI->getParent() == EntryMBB) { in runOnMachineFunction() 344 EntryMBB->insertAfter(CopyUseMI, NewMI); in runOnMachineFunction()
|