Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h336 int cmpOperandBundlesSchema(const CallBase &LCS, const CallBase &RCS) const;
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp187 int FunctionComparator::cmpOperandBundlesSchema(const CallBase &LCS, in cmpOperandBundlesSchema() function in FunctionComparator
604 if (int Res = cmpOperandBundlesSchema(*CBL, *CBR)) in cmpOperations()