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

  /external/llvm/lib/CodeGen/
ExpandISelPseudos.cpp 60 MachineBasicBlock *NewMBB =
63 if (NewMBB != MBB) {
64 MBB = NewMBB;
65 I = NewMBB;
66 MBBI = NewMBB->begin();
67 MBBE = NewMBB->end();
BranchFolding.h 99 MachineBasicBlock *NewMBB);
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/ARM/
ARMConstantIslandPass.cpp 300 MachineBasicBlock *&NewMBB);
    [all...]

Completed in 141 milliseconds