Searched refs:EntryMBB (Results 1 - 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/ |
H A D | MachineRegisterInfo.cpp | 216 MachineRegisterInfo::EmitLiveInCopies(MachineBasicBlock *EntryMBB, argument 232 BuildMI(*EntryMBB, EntryMBB->begin(), DebugLoc(), 237 EntryMBB->addLiveIn(LiveIns[i].first); 241 EntryMBB->addLiveIn(LiveIns[i].first);
|
H A D | RegAllocLinearScan.cpp | 643 MachineFunction::iterator EntryMBB = mf_->begin(); local 664 if (LiveInMBBs[i] != EntryMBB) {
|
/external/llvm/include/llvm/CodeGen/ |
H A D | MachineRegisterInfo.h | 339 void EmitLiveInCopies(MachineBasicBlock *EntryMBB,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 294 MachineBasicBlock *EntryMBB = MF->begin(); local 295 RegInfo->EmitLiveInCopies(EntryMBB, TRI, TII); 309 EntryMBB->insert(EntryMBB->begin(), MI); 326 BuildMI(*EntryMBB, ++InsertPos, MI->getDebugLoc(), 339 if (UseMI->isCopy() && !CopyUseMI && UseMI->getParent() == EntryMBB) { 351 EntryMBB->insertAfter(CopyUseMI, NewMI);
|
Completed in 102 milliseconds