Searched refs:EntryMBB (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp216 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 DRegAllocLinearScan.cpp643 MachineFunction::iterator EntryMBB = mf_->begin(); local
664 if (LiveInMBBs[i] != EntryMBB) {
/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h339 void EmitLiveInCopies(MachineBasicBlock *EntryMBB,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp294 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