Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp110 MachineInstr *SplitCond; member
120 if (!OrigBranch || !SplitBefore || !SplitCond) in allInstrsInSameMBB()
123 if (SplitBefore->getParent() != MBB || SplitCond->getParent() != MBB) in allInstrsInSameMBB()
225 .addReg(BSI.SplitCond->getOperand(0).getReg(), 0, BSI.SplitCondSubreg) in splitMBB()
684 MachineInstr *SplitCond = CRI.CopyDefs.second; in splitBlockOnBinaryCROp() local
686 std::swap(NewCond, SplitCond); in splitBlockOnBinaryCROp()
695 Branch, SplitBefore, SplitCond, CRI.SubregDef1, in splitBlockOnBinaryCROp()