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

  /external/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/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 135 milliseconds