HomeSort by: relevance | last modified time | path
    Searched refs:OldMBB (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
BranchFolding.cpp 358 MachineBasicBlock &OldMBB = *OldInst->getParent();
360 LiveRegs.addLiveOuts(OldMBB);
362 MachineBasicBlock::iterator I = OldMBB.end();
369 // Add IMPLICIT_DEFS into OldMBB as necessary to have a definition of the
380 BuildMI(OldMBB, OldInst, DL, TII->get(TargetOpcode::IMPLICIT_DEF), Reg);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp 237 MachineBasicBlock *OldMBB, MachineBasicBlock *NewBlk);
646 MachineBasicBlock *SrcMBB, MachineBasicBlock *OldMBB,
650 getTrueBranch(BranchMI) == OldMBB)

Completed in 28 milliseconds