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

  /external/llvm/lib/CodeGen/
BranchFolding.h 98 void MaintainLiveIns(MachineBasicBlock *CurMBB,
102 MachineBasicBlock *SplitMBBAt(MachineBasicBlock &CurMBB,
BranchFolding.cpp 377 void BranchFolder::MaintainLiveIns(MachineBasicBlock *CurMBB,
380 RS->enterBasicBlock(CurMBB);
381 if (!CurMBB->empty())
382 RS->forward(prior(CurMBB->end()));
395 MachineBasicBlock *CurMBB = OldInst->getParent();
400 MaintainLiveIns(CurMBB, NewDest);
408 MachineBasicBlock *BranchFolder::SplitMBBAt(MachineBasicBlock &CurMBB,
411 if (!TII->isLegalToSplitMBBAt(CurMBB, BBI1))
414 MachineFunction &MF = *CurMBB.getParent();
417 MachineFunction::iterator MBBI = &CurMBB;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 51 milliseconds