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 644 MachineFunction::iterator EntryMBB = mf_->begin();
665 if (LiveInMBBs[i] != EntryMBB) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 287 MachineBasicBlock *EntryMBB = MF->begin();
288 RegInfo->EmitLiveInCopies(EntryMBB, TRI, TII);
302 EntryMBB->insert(EntryMBB->begin(), MI);
319 BuildMI(*EntryMBB, ++InsertPos, MI->getDebugLoc(),
332 if (UseMI->isCopy() && !CopyUseMI && UseMI->getParent() == EntryMBB) {
344 EntryMBB->insertAfter(CopyUseMI, NewMI);
    [all...]

Completed in 1915 milliseconds