Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp481 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction())) in cmpConstants()
509 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock()); in cmpConstants()
641 if (int Res = cmpValues(L, R)) in cmpOperations()
655 cmpValues(GEPL->getPointerOperand(), GEPR->getPointerOperand())) in cmpOperations()
803 cmpValues(PNL->getIncomingBlock(i), PNR->getIncomingBlock(i))) in cmpOperations()
836 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i))) in cmpGEPs()
869 int FunctionComparator::cmpValues(const Value *L, const Value *R) const { in cmpValues() function in FunctionComparator
942 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks()
1000 if (cmpValues(&*ArgLI, &*ArgRI) != 0) in compareSignature()
1028 if (int Res = cmpValues(BBL, BBR)) in compare()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h243 LLVM_ABI int cmpValues(const Value *L, const Value *R) const;