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

  /external/llvm/lib/CodeGen/
RegAllocLinearScan.cpp 643 MachineFunction::iterator EntryMBB = mf_->begin();
664 if (LiveInMBBs[i] != EntryMBB) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 294 MachineBasicBlock *EntryMBB = MF->begin();
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);
    [all...]

Completed in 525 milliseconds