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 385 void BranchFolder::MaintainLiveIns(MachineBasicBlock *CurMBB,
388 RS->enterBasicBlock(CurMBB);
389 if (!CurMBB->empty())
390 RS->forward(std::prev(CurMBB->end()));
403 MachineBasicBlock *CurMBB = OldInst->getParent();
408 MaintainLiveIns(CurMBB, NewDest);
416 MachineBasicBlock *BranchFolder::SplitMBBAt(MachineBasicBlock &CurMBB,
419 if (!TII->isLegalToSplitMBBAt(CurMBB, BBI1))
422 MachineFunction &MF = *CurMBB.getParent();
425 MachineFunction::iterator MBBI = &CurMBB;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 79 milliseconds