Searched refs:Op1Cplxity (Results 1 – 2 of 2) sorted by relevance
3157 unsigned Op1Cplxity = getComplexity(Op1); in visitICmpInst() local3162 if (Op0Cplxity < Op1Cplxity || in visitICmpInst()3163 (Op0Cplxity == Op1Cplxity && swapMayExposeCSEOpportunities(Op0, Op1))) { in visitICmpInst()
4613 unsigned Op1Cplxity = getComplexity(Op1); in visitICmpInst() local4618 if (Op0Cplxity < Op1Cplxity || in visitICmpInst()4619 (Op0Cplxity == Op1Cplxity && swapMayExposeCSEOpportunities(Op0, Op1))) { in visitICmpInst()