Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCReduceCRLogicals.cpp614 MachineBasicBlock::iterator Def2It = CRI.TrueDefs.second; in splitBlockOnBinaryCROp() local
617 MachineInstr *SplitBefore = &*Def2It; in splitBlockOnBinaryCROp()
618 for (auto E = CRI.MI->getParent()->end(); Def2It != E; ++Def2It) { in splitBlockOnBinaryCROp()
619 if (Def1It == Def2It) { // Def2 comes before Def1. in splitBlockOnBinaryCROp()