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 381 MachineBasicBlock *NewMBB) {
390 NewMBB->addLiveIn(i);
420 MachineBasicBlock *NewMBB =MF.CreateMachineBasicBlock(CurMBB.getBasicBlock());
421 CurMBB.getParent()->insert(++MBBI, NewMBB);
424 NewMBB->transferSuccessors(&CurMBB);
426 // Add an edge from CurMBB to NewMBB for the fall-through.
427 CurMBB.addSuccessor(NewMBB);
430 NewMBB->splice(NewMBB->end(), &CurMBB, BBI1, CurMBB.end());
433 MaintainLiveIns(&CurMBB, NewMBB);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 69 milliseconds