Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1710 SmallVector<std::pair<MachineOperand*, PPC::Predicate>, 4> PredsToUpdate; in optimizeCompareInstr() local
1737 PredsToUpdate.push_back(std::make_pair(&(UseMI->getOperand(0)), in optimizeCompareInstr()
1800 for (unsigned i = 0, e = PredsToUpdate.size(); i < e; i++) in optimizeCompareInstr()
1801 PredsToUpdate[i].first->setImm(PredsToUpdate[i].second); in optimizeCompareInstr()