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
118 if (!OrigBranch || !SplitBefore || !SplitCond) in allInstrsInSameMBB()
121 if (SplitBefore->getParent() != MBB || SplitCond->getParent() != MBB) in allInstrsInSameMBB()
222 .addReg(BSI.SplitCond->getOperand(0).getReg()) in splitMBB()
686 MachineInstr *SplitCond = in splitBlockOnBinaryCROp() local
693 BlockSplitInfo BSI { Branch, SplitBefore, SplitCond, InvertNewBranch, in splitBlockOnBinaryCROp()