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