Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h336 int cmpOperandBundlesSchema(const Instruction *L, const Instruction *R) const;
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp157 int FunctionComparator::cmpOperandBundlesSchema(const Instruction *L, in cmpOperandBundlesSchema() function in FunctionComparator
567 if (int Res = cmpOperandBundlesSchema(CI, R)) in cmpOperations()
580 if (int Res = cmpOperandBundlesSchema(II, R)) in cmpOperations()