Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp641 MachineBasicBlock::iterator Def2It = CRI.TrueDefs.second; in splitBlockOnBinaryCROp() local
644 MachineInstr *SplitBefore = &*Def2It; in splitBlockOnBinaryCROp()
645 for (auto E = CRI.MI->getParent()->end(); Def2It != E; ++Def2It) { in splitBlockOnBinaryCROp()
646 if (Def1It == Def2It) { // Def2 comes before Def1. in splitBlockOnBinaryCROp()