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.cpp25 LoopInfo::createLoopPropertiesMetadata(ArrayRef<Metadata *> LoopProperties) { in createLoopPropertiesMetadata()
37 ArrayRef<Metadata *> LoopProperties, in createPipeliningMetadata()
82 ArrayRef<Metadata *> LoopProperties, in createPartialUnrollMetadata()
144 ArrayRef<Metadata *> LoopProperties, in createUnrollAndJamMetadata()
212 ArrayRef<Metadata *> LoopProperties, in createLoopVectorizeMetadata()
330 ArrayRef<Metadata *> LoopProperties, in createLoopDistributeMetadata()
380 ArrayRef<Metadata *> LoopProperties, in createFullUnrollMetadata()
420 SmallVector<Metadata *, 3> LoopProperties; in createMetadata() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7396 using LoopProperties = ScalarEvolution::LoopProperties; in getLoopProperties() typedef