Searched refs:NewLoopProperties (Results 1 – 2 of 2) sorted by relevance
26 SmallVector<Metadata *, 4> NewLoopProperties; in createLoopPropertiesMetadata() local27 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 …]
2853 SmallVector<Metadata *> NewLoopProperties; in addLoopMetadata() local2854 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()