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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
BranchFolding.cpp 369 void BranchFolder::MaintainLiveIns(MachineBasicBlock *CurMBB,
372 RS->enterBasicBlock(CurMBB);
373 if (!CurMBB->empty())
374 RS->forward(prior(CurMBB->end()));
387 MachineBasicBlock *CurMBB = OldInst->getParent();
392 MaintainLiveIns(CurMBB, NewDest);
400 MachineBasicBlock *BranchFolder::SplitMBBAt(MachineBasicBlock &CurMBB,
402 if (!TII->isLegalToSplitMBBAt(CurMBB, BBI1))
405 MachineFunction &MF = *CurMBB.getParent();
408 MachineFunction::iterator MBBI = &CurMBB;
    [all...]
BranchFolding.h 98 void MaintainLiveIns(MachineBasicBlock *CurMBB,
102 MachineBasicBlock *SplitMBBAt(MachineBasicBlock &CurMBB,
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 440 MachineBasicBlock *BranchFolder::SplitMBBAt(MachineBasicBlock &CurMBB,
443 if (!TII->isLegalToSplitMBBAt(CurMBB, BBI1))
446 MachineFunction &MF = *CurMBB.getParent();
449 MachineFunction::iterator MBBI = CurMBB.getIterator();
451 CurMBB.getParent()->insert(++MBBI, NewMBB);
454 NewMBB->transferSuccessors(&CurMBB);
456 // Add an edge from CurMBB to NewMBB for the fall-through.
457 CurMBB.addSuccessor(NewMBB);
460 NewMBB->splice(NewMBB->end(), &CurMBB, BBI1, CurMBB.end())
    [all...]
LiveDebugValues.cpp 340 const MachineBasicBlock *CurMBB = MI.getParent();
341 if (!(MI.isTerminator() || (&MI == &CurMBB->instr_back())))
351 VarLocSet &VLS = OutLocs[CurMBB];
BranchFolding.h 137 MachineBasicBlock *SplitMBBAt(MachineBasicBlock &CurMBB,
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 139 milliseconds