Searched refs:cmpValues (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp366 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction()))
388 // cmpValues said the functions are the same. So because they aren't
392 // cmpValues will tell us if these are equivalent BasicBlocks, in the
394 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock());
517 if (int Res = cmpValues(L, R))
531 cmpValues(GEPL->getPointerOperand(), GEPR->getPointerOperand()))
683 cmpValues(PNL->getIncomingBlock(i), PNR->getIncomingBlock(i)))
716 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i)))
749 int FunctionComparator::cmpValues(const Value *L, const Value *R) const { function in class:FunctionComparator
807 if (int Res = cmpValues(Op
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h237 /// cmpConstants is used as cmpValues result.
246 int cmpValues(const Value *L, const Value *R) const;
344 /// 5. Compare operands, using cmpValues method.
372 /// fact BBs are ordered in function. And since cmpValues are called during
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DTable.cc306 cmpValues (long idx1, long idx2) function in class:DataINT32
415 cmpValues (long idx1, long idx2) function in class:DataUINT32
524 cmpValues (long idx1, long idx2) function in class:DataINT64
633 cmpValues (long idx1, long idx2) function in class:DataUINT64
752 cmpValues (long, long) function in class:DataOBJECT
857 cmpValues (long, long) function in class:DataSTRING
960 cmpValues (long idx1, long idx2) function in class:DataDOUBLE
1253 int res = data->cmpValues (idx1, idx2);
H A DTable.h396 virtual int cmpValues (long idx1, long idx2) = 0;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DTable.cc306 cmpValues (long idx1, long idx2) function in class:DataINT32
415 cmpValues (long idx1, long idx2) function in class:DataUINT32
524 cmpValues (long idx1, long idx2) function in class:DataINT64
633 cmpValues (long idx1, long idx2) function in class:DataUINT64
752 cmpValues (long, long) function in class:DataOBJECT
857 cmpValues (long, long) function in class:DataSTRING
960 cmpValues (long idx1, long idx2) function in class:DataDOUBLE
1253 int res = data->cmpValues (idx1, idx2);
H A DTable.h396 virtual int cmpValues (long idx1, long idx2) = 0;

Completed in 117 milliseconds