Searched refs:IterationInstructions (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | LoopFlatten.cpp | 296 SmallPtrSetImpl<Instruction *> &IterationInstructions) { in setLoopComponents() argument 298 IterationInstructions.insert(Increment); in setLoopComponents() 312 SmallPtrSetImpl<Instruction *> &IterationInstructions, in verifyTripCount() argument 330 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions); in verifyTripCount() 352 IterationInstructions); in verifyTripCount() 354 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions); in verifyTripCount() 373 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions); in verifyTripCount() 379 Loop *L, SmallPtrSetImpl<Instruction *> &IterationInstructions, in findLoopComponents() argument 431 IterationInstructions.insert(BackBranch); in findLoopComponents() 433 IterationInstructions.insert(Compare); in findLoopComponents() [all …]
|