Home
last modified time | relevance | path

Searched refs:IterationInstructions (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp272 IterationInstructions.insert(Increment); in setLoopComponents()
286 SmallPtrSetImpl<Instruction *> &IterationInstructions, in verifyTripCount() argument
326 IterationInstructions); in verifyTripCount()
353 Loop *L, SmallPtrSetImpl<Instruction *> &IterationInstructions, in findLoopComponents() argument
405 IterationInstructions.insert(BackBranch); in findLoopComponents()
407 IterationInstructions.insert(Compare); in findLoopComponents()
541 if (IterationInstructions.count(&I)) in checkOuterLoopInsts()
659 SmallPtrSet<Instruction *, 8> IterationInstructions; in CanFlattenLoopPair() local
660 if (!findLoopComponents(FI.InnerLoop, IterationInstructions, in CanFlattenLoopPair()
664 if (!findLoopComponents(FI.OuterLoop, IterationInstructions, in CanFlattenLoopPair()
[all …]