Home
last modified time | relevance | path

Searched defs:LoopProperties (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp26 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
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7416 using LoopProperties = ScalarEvolution::LoopProperties; in getLoopProperties() typedef