Searched refs:cmpOperations (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | FunctionComparator.h | 278 int cmpOperations(const Instruction *L, const Instruction *R,
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | FunctionComparator.cpp | 90 return cmpOperations(L, R, needToCmpOperands); in testCmpOperations()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | FunctionComparator.cpp | 486 int FunctionComparator::cmpOperations(const Instruction *L, in cmpOperations() function in FunctionComparator 772 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 345 int cmpOperations(const Instruction *L, const Instruction *R) const; 906 int FunctionComparator::cmpOperations(const Instruction *L, in cmpOperations() function in FunctionComparator 1193 if (int Res = cmpOperations(&*InstL, &*InstR)) in cmpBasicBlocks()
|