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 120 void MaintainLiveIns(MachineBasicBlock *CurMBB,
124 MachineBasicBlock *SplitMBBAt(MachineBasicBlock &CurMBB,
BranchFolding.cpp 392 void BranchFolder::MaintainLiveIns(MachineBasicBlock *CurMBB,
395 RS->enterBasicBlock(CurMBB);
396 if (!CurMBB->empty())
397 RS->forward(std::prev(CurMBB->end()));
408 MachineBasicBlock *CurMBB = OldInst->getParent();
413 MaintainLiveIns(CurMBB, NewDest);
421 MachineBasicBlock *BranchFolder::SplitMBBAt(MachineBasicBlock &CurMBB,
424 if (!TII->isLegalToSplitMBBAt(CurMBB, BBI1))
427 MachineFunction &MF = *CurMBB.getParent();
430 MachineFunction::iterator MBBI = &CurMBB;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 2044 milliseconds