Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp447 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction())) in cmpConstants()
475 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock()); in cmpConstants()
607 if (int Res = cmpValues(L, R)) in cmpOperations()
621 cmpValues(GEPL->getPointerOperand(), GEPR->getPointerOperand())) in cmpOperations()
769 cmpValues(PNL->getIncomingBlock(i), PNR->getIncomingBlock(i))) in cmpOperations()
802 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i))) in cmpGEPs()
835 int FunctionComparator::cmpValues(const Value *L, const Value *R) const { in cmpValues() function in FunctionComparator
908 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks()
966 if (cmpValues(&*ArgLI, &*ArgRI) != 0) in compareSignature()
994 if (int Res = cmpValues(BBL, BBR)) in compare()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h241 int cmpValues(const Value *L, const Value *R) const;