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