Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCReduceCRLogicals.cpp114 MachineInstr *SplitCond; member
122 if (!OrigBranch || !SplitBefore || !SplitCond) in allInstrsInSameMBB()
125 if (SplitBefore->getParent() != MBB || SplitCond->getParent() != MBB) in allInstrsInSameMBB()
197 .addReg(BSI.SplitCond->getOperand(0).getReg()) in splitMBB()
659 MachineInstr *SplitCond = in splitBlockOnBinaryCROp() local
666 BlockSplitInfo BSI { Branch, SplitBefore, SplitCond, InvertNewBranch, in splitBlockOnBinaryCROp()