Searched defs:LoopProperties (Results 1 – 2 of 2) sorted by relevance
26 ArrayRef<llvm::Metadata *> LoopProperties) { in createFollowupMetadata()37 ArrayRef<Metadata *> LoopProperties, in createPipeliningMetadata()76 ArrayRef<Metadata *> LoopProperties, in createPartialUnrollMetadata()135 ArrayRef<Metadata *> LoopProperties, in createUnrollAndJamMetadata()198 ArrayRef<Metadata *> LoopProperties, in createLoopVectorizeMetadata()312 ArrayRef<Metadata *> LoopProperties, in createLoopDistributeMetadata()359 ArrayRef<Metadata *> LoopProperties, in createFullUnrollMetadata()396 SmallVector<Metadata *, 3> LoopProperties; in createMetadata() local
7416 using LoopProperties = ScalarEvolution::LoopProperties; in getLoopProperties() typedef