Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGLoopInfo.cpp26 SmallVector<Metadata *, 4> NewLoopProperties; in createLoopPropertiesMetadata() local
27 NewLoopProperties.push_back(nullptr); in createLoopPropertiesMetadata()
50 NewLoopProperties.push_back( in createPipeliningMetadata()
54 LoopProperties = NewLoopProperties; in createPipeliningMetadata()
160 LoopProperties = NewLoopProperties; in createUnrollAndJamMetadata()
228 NewLoopProperties.push_back( in createLoopVectorizeMetadata()
232 LoopProperties = NewLoopProperties; in createLoopVectorizeMetadata()
343 NewLoopProperties.push_back( in createLoopDistributeMetadata()
347 LoopProperties = NewLoopProperties; in createLoopDistributeMetadata()
393 NewLoopProperties.push_back( in createFullUnrollMetadata()
[all …]
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2853 SmallVector<Metadata *> NewLoopProperties; in addLoopMetadata() local
2854 NewLoopProperties.push_back(nullptr); in addLoopMetadata()
2861 append_range(NewLoopProperties, drop_begin(Existing->operands(), 1)); in addLoopMetadata()
2863 append_range(NewLoopProperties, Properties); in addLoopMetadata()
2864 MDNode *LoopID = MDNode::getDistinct(Ctx, NewLoopProperties); in addLoopMetadata()