Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp208 bool isCallInstCommutative(CallInst *C);
259 bool HexagonVectorLoopCarriedReuse::isCallInstCommutative(CallInst *C) { in isCallInstCommutative() function in HexagonVectorLoopCarriedReuse
438 if ((I && I->isCommutative()) || (C1 && isCallInstCommutative(C1))) { in findValueToReuse()