HomeSort by relevance Sort by last modified time
    Searched refs:EntryMBB (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 271 MachineRegisterInfo::EmitLiveInCopies(MachineBasicBlock *EntryMBB,
287 BuildMI(*EntryMBB, EntryMBB->begin(), DebugLoc(),
292 EntryMBB->addLiveIn(LiveIns[i].first);
296 EntryMBB->addLiveIn(LiveIns[i].first);
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 467 void EmitLiveInCopies(MachineBasicBlock *EntryMBB,
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 372 MachineBasicBlock *EntryMBB = MF->begin();
373 RegInfo->EmitLiveInCopies(EntryMBB, TRI, TII);
387 EntryMBB->insert(EntryMBB->begin(), MI);
404 BuildMI(*EntryMBB, ++InsertPos, MI->getDebugLoc(),
417 if (UseMI->isCopy() && !CopyUseMI && UseMI->getParent() == EntryMBB) {
430 EntryMBB->insertAfter(Pos, NewMI);
    [all...]

Completed in 112 milliseconds