Searched refs:setLoopComponents (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFlatten.cpp | 298 setLoopComponents(Value *&TC, Value *&TripCount, BinaryOperator *&Increment, in setLoopComponents() function 333 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions); in verifyTripCount() 354 return setLoopComponents(NewRHS, TripCount, Increment, in verifyTripCount() 357 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions); in verifyTripCount() 376 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions); in verifyTripCount()
|