Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h333 int cmpOperandBundlesSchema(const CallBase &LCS, const CallBase &RCS) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp247 int FunctionComparator::cmpOperandBundlesSchema(const CallBase &LCS, in cmpOperandBundlesSchema() function in FunctionComparator
704 if (int Res = cmpOperandBundlesSchema(*CBL, *CBR)) in cmpOperations()