Searched refs:IterationInstructions (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopFlatten.cpp | 306 SmallPtrSetImpl<Instruction *> &IterationInstructions) { in setLoopComponents() argument 308 IterationInstructions.insert(Increment); in setLoopComponents() 322 SmallPtrSetImpl<Instruction *> &IterationInstructions, in verifyTripCount() argument 340 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions); in verifyTripCount() 362 IterationInstructions); in verifyTripCount() 364 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions); in verifyTripCount() 383 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions); in verifyTripCount() 389 Loop *L, SmallPtrSetImpl<Instruction *> &IterationInstructions, in findLoopComponents() argument 441 IterationInstructions.insert(BackBranch); in findLoopComponents() 443 IterationInstructions.insert(Compare); in findLoopComponents() [all …]
|