Searched refs:cmpOperandBundlesSchema (Results 1 – 2 of 2) sorted by relevance
335 int cmpOperandBundlesSchema(const Instruction *L, const Instruction *R) const;
169 int FunctionComparator::cmpOperandBundlesSchema(const Instruction *L, in cmpOperandBundlesSchema() function in FunctionComparator578 if (int Res = cmpOperandBundlesSchema(L, R)) in cmpOperations()