Home
last modified time | relevance | path

Searched refs:addLiveInsNoPristines (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h141 void addLiveInsNoPristines(const MachineBasicBlock &MBB);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp1552 Redefs.addLiveInsNoPristines(CvtMBB); in IfConvertSimple()
1553 Redefs.addLiveInsNoPristines(NextMBB); in IfConvertSimple()
1653 Redefs.addLiveInsNoPristines(CvtMBB); in IfConvertTriangle()
1654 Redefs.addLiveInsNoPristines(NextMBB); in IfConvertTriangle()
1816 Redefs.addLiveInsNoPristines(MBB1); in IfConvertDiamondCommon()
1817 Redefs.addLiveInsNoPristines(MBB2); in IfConvertDiamondCommon()
H A DLivePhysRegs.cpp244 void LivePhysRegs::addLiveInsNoPristines(const MachineBasicBlock &MBB) { in addLiveInsNoPristines() function in LivePhysRegs