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

  /external/llvm/lib/CodeGen/
BranchFolding.h 121 void MaintainLiveIns(MachineBasicBlock *CurMBB,
125 MachineBasicBlock *SplitMBBAt(MachineBasicBlock &CurMBB,
BranchFolding.cpp 397 void BranchFolder::MaintainLiveIns(MachineBasicBlock *CurMBB,
400 RS->enterBasicBlock(CurMBB);
401 if (!CurMBB->empty())
402 RS->forward(std::prev(CurMBB->end()));
413 MachineBasicBlock *CurMBB = OldInst->getParent();
418 MaintainLiveIns(CurMBB, NewDest);
426 MachineBasicBlock *BranchFolder::SplitMBBAt(MachineBasicBlock &CurMBB,
429 if (!TII->isLegalToSplitMBBAt(CurMBB, BBI1))
432 MachineFunction &MF = *CurMBB.getParent();
435 MachineFunction::iterator MBBI = CurMBB.getIterator()
    [all...]
LiveDebugValues.cpp 231 const MachineBasicBlock *CurMBB = MI.getParent();
232 if (!(MI.isTerminator() || (&MI == &CurMBB->instr_back())))
238 if (OutLocs.find(CurMBB) == OutLocs.end()) {
241 OutLocs.insert(std::make_pair(CurMBB, std::move(VLL)));
243 auto OL = OutLocs.find(CurMBB);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]
ARMISelLowering.cpp     [all...]

Completed in 286 milliseconds