| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | Table.cc | 306 cmpValues (long idx1, long idx2) in cmpValues() function in DataINT32 415 cmpValues (long idx1, long idx2) in cmpValues() function in DataUINT32 524 cmpValues (long idx1, long idx2) in cmpValues() function in DataINT64 633 cmpValues (long idx1, long idx2) in cmpValues() function in DataUINT64 752 cmpValues (long, long) in cmpValues() function in DataOBJECT 857 cmpValues (long, long) in cmpValues() function in DataSTRING 960 cmpValues (long idx1, long idx2) in cmpValues() function in DataDOUBLE 1253 int res = data->cmpValues (idx1, idx2); in pcmp()
|
| H A D | Table.h | 396 virtual int cmpValues (long idx1, long idx2) = 0;
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | Table.cc | 306 cmpValues (long idx1, long idx2) in cmpValues() function in DataINT32 415 cmpValues (long idx1, long idx2) in cmpValues() function in DataUINT32 524 cmpValues (long idx1, long idx2) in cmpValues() function in DataINT64 633 cmpValues (long idx1, long idx2) in cmpValues() function in DataUINT64 752 cmpValues (long, long) in cmpValues() function in DataOBJECT 857 cmpValues (long, long) in cmpValues() function in DataSTRING 960 cmpValues (long idx1, long idx2) in cmpValues() function in DataDOUBLE 1253 int res = data->cmpValues (idx1, idx2); in pcmp()
|
| H A D | Table.h | 396 virtual int cmpValues (long idx1, long idx2) = 0;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | FunctionComparator.h | 246 int cmpValues(const Value *L, const Value *R) const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | MergeFunctions.rst | 307 This is done by “``FunctionComparator::cmpValues(const Value*, const Value*)``” 322 arguments (see ``cmpValues`` method below). 374 cmpValues(const Value*, const Value*) 427 What we associate in cmpValues? 442 How to implement cmpValues? 522 Now when *cmpValues* returns 0, we can proceed the comparison procedure. 587 ``cmpValues`` method. 599 3.3. Compare operands themselves, use ``cmpValues`` method. Return result
|