Searched refs:isCallInstCommutative (Results 1 – 1 of 1) sorted by relevance
208 bool isCallInstCommutative(CallInst *C);259 bool HexagonVectorLoopCarriedReuse::isCallInstCommutative(CallInst *C) { in isCallInstCommutative() function in HexagonVectorLoopCarriedReuse438 if ((I && I->isCommutative()) || (C1 && isCallInstCommutative(C1))) { in findValueToReuse()