Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h335 int cmpOperandBundlesSchema(const CallBase &LCS, const CallBase &RCS) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp179 int FunctionComparator::cmpOperandBundlesSchema(const CallBase &LCS, in cmpOperandBundlesSchema() function in FunctionComparator
598 if (int Res = cmpOperandBundlesSchema(*CBL, *CBR)) in cmpOperations()