Searched refs:cmpValues (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionComparator.cpp | 467 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction())) in cmpConstants() 495 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock()); in cmpConstants() 627 if (int Res = cmpValues(L, R)) in cmpOperations() 641 cmpValues(GEPL->getPointerOperand(), GEPR->getPointerOperand())) in cmpOperations() 789 cmpValues(PNL->getIncomingBlock(i), PNR->getIncomingBlock(i))) in cmpOperations() 822 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i))) in cmpGEPs() 855 int FunctionComparator::cmpValues(const Value *L, const Value *R) const { in cmpValues() function in FunctionComparator 928 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks() 986 if (cmpValues(&*ArgLI, &*ArgRI) != 0) in compareSignature() 1014 if (int Res = cmpValues(BBL, BBR)) in compare()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionComparator.h | 232 /// cmpConstants is used as cmpValues result. 241 int cmpValues(const Value *L, const Value *R) const; 342 /// 5. Compare operands, using cmpValues method. 370 /// fact BBs are ordered in function. And since cmpValues are called during
|