Home | History | Annotate | Download | only in IPO

Lines Matching refs:cmpValues

309   ///          cmpConstants is used as cmpValues result.
318 int cmpValues(const Value *L, const Value *R) const;
354 /// 5. Compare operands, using cmpValues method.
437 /// fact BBs are ordered in function. And since cmpValues are called during
766 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction()))
788 // cmpValues said the functions are the same. So because they aren't
792 // cmpValues
794 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock());
1060 cmpValues(PNL->getIncomingBlock(i), PNR->getIncomingBlock(i)))
1094 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i)))
1127 int FunctionComparator::cmpValues(const Value *L, const Value *R) const {
1175 if (int Res = cmpValues(&*InstL, &*InstR))
1188 cmpValues(GEPL->getPointerOperand(), GEPR->getPointerOperand()))
1200 if (int Res = cmpValues(OpL, OpR))
1202 // cmpValues should ensure this is true.
1262 if (cmpValues(&*ArgLI, &*ArgRI) != 0)
1281 if (int Res = cmpValues(BBL, BBR))