Searched refs:isCallInstCommutative (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp303 bool isCallInstCommutative(CallInst *C);
338 bool HexagonVectorLoopCarriedReuse::isCallInstCommutative(CallInst *C) { function in class:HexagonVectorLoopCarriedReuse
520 if ((I && I->isCommutative()) || (C1 && isCallInstCommutative(C1))) {

Completed in 56 milliseconds