Searched defs:IterationInstructions (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopFlatten.cpp | 299 setLoopComponents(Value * & TC,Value * & TripCount,BinaryOperator * & Increment,SmallPtrSetImpl<Instruction * > & IterationInstructions) setLoopComponents() argument 315 verifyTripCount(Value * RHS,Loop * L,SmallPtrSetImpl<Instruction * > & IterationInstructions,PHINode * & InductionPHI,Value * & TripCount,BinaryOperator * & Increment,BranchInst * & BackBranch,ScalarEvolution * SE,bool IsWidened) verifyTripCount() argument 382 findLoopComponents(Loop * L,SmallPtrSetImpl<Instruction * > & IterationInstructions,PHINode * & InductionPHI,Value * & TripCount,BinaryOperator * & Increment,BranchInst * & BackBranch,ScalarEvolution * SE,bool IsWidened) findLoopComponents() argument 547 checkOuterLoopInsts(FlattenInfo & FI,SmallPtrSetImpl<Instruction * > & IterationInstructions,const TargetTransformInfo * TTI) checkOuterLoopInsts() argument 697 SmallPtrSet<Instruction *, 8> IterationInstructions; CanFlattenLoopPair() local [all...] |