Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp301 IterationInstructions.insert(Increment); in setLoopComponents()
315 SmallPtrSetImpl<Instruction *> &IterationInstructions, in verifyTripCount() argument
355 IterationInstructions); in verifyTripCount()
382 Loop *L, SmallPtrSetImpl<Instruction *> &IterationInstructions, in findLoopComponents() argument
434 IterationInstructions.insert(BackBranch); in findLoopComponents()
436 IterationInstructions.insert(Compare); in findLoopComponents()
571 if (IterationInstructions.count(&I)) in checkOuterLoopInsts()
697 SmallPtrSet<Instruction *, 8> IterationInstructions; in CanFlattenLoopPair() local
698 if (!findLoopComponents(FI.InnerLoop, IterationInstructions, in CanFlattenLoopPair()
702 if (!findLoopComponents(FI.OuterLoop, IterationInstructions, in CanFlattenLoopPair()
[all …]