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