Searched refs:cmpValues (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 366 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction())) in cmpConstants() 394 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock()); in cmpConstants() 517 if (int Res = cmpValues(L, R)) in cmpOperations() 531 cmpValues(GEPL->getPointerOperand(), GEPR->getPointerOperand())) in cmpOperations() 683 cmpValues(PNL->getIncomingBlock(i), PNR->getIncomingBlock(i))) in cmpOperations() 716 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i))) in cmpGEPs() 749 int FunctionComparator::cmpValues(const Value *L, const Value *R) const { in cmpValues() function in FunctionComparator 807 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks() 865 if (cmpValues(&*ArgLI, &*ArgRI) != 0) in compareSignature() 893 if (int Res = cmpValues(BBL, BBR)) in compare()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | FunctionComparator.h | 246 int cmpValues(const Value *L, const Value *R) const;
|