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

  /external/llvm/lib/CodeGen/
BranchFolding.cpp 370 MachineBasicBlock *NewMBB) {
379 NewMBB->addLiveIn(i);
409 MachineBasicBlock *NewMBB =MF.CreateMachineBasicBlock(CurMBB.getBasicBlock());
410 CurMBB.getParent()->insert(++MBBI, NewMBB);
413 NewMBB->transferSuccessors(&CurMBB);
415 // Add an edge from CurMBB to NewMBB for the fall-through.
416 CurMBB.addSuccessor(NewMBB);
419 NewMBB->splice(NewMBB->end(), &CurMBB, BBI1, CurMBB.end());
422 MaintainLiveIns(&CurMBB, NewMBB);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 427 milliseconds