Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h140 void addLiveInsNoPristines(const MachineBasicBlock &MBB);
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DIfConversion.cpp1565 Redefs.addLiveInsNoPristines(CvtMBB); in IfConvertSimple()
1566 Redefs.addLiveInsNoPristines(NextMBB); in IfConvertSimple()
1666 Redefs.addLiveInsNoPristines(CvtMBB); in IfConvertTriangle()
1667 Redefs.addLiveInsNoPristines(NextMBB); in IfConvertTriangle()
1829 Redefs.addLiveInsNoPristines(MBB1); in IfConvertDiamondCommon()
1830 Redefs.addLiveInsNoPristines(MBB2); in IfConvertDiamondCommon()
H A DLivePhysRegs.cpp244 void LivePhysRegs::addLiveInsNoPristines(const MachineBasicBlock &MBB) { in addLiveInsNoPristines() function in LivePhysRegs