Searched refs:setLoopComponents (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFlatten.cpp | 295 setLoopComponents(Value *&TC, Value *&TripCount, BinaryOperator *&Increment, in setLoopComponents() function 330 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions); in verifyTripCount() 351 return setLoopComponents(NewRHS, TripCount, Increment, in verifyTripCount() 354 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions); in verifyTripCount() 373 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions); in verifyTripCount()
|