Searched refs:LoopAttributes (Results 1 – 2 of 2) sorted by relevance
20 static MDNode *createMetadata(LLVMContext &Ctx, const LoopAttributes &Attrs) { in createMetadata()24 Attrs.VectorizerEnable == LoopAttributes::VecUnspecified) in createMetadata()49 if (Attrs.VectorizerEnable != LoopAttributes::VecUnspecified) { in createMetadata()54 (Attrs.VectorizerEnable == LoopAttributes::VecEnable)))}; in createMetadata()64 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() function in LoopAttributes65 : IsParallel(IsParallel), VectorizerEnable(LoopAttributes::VecUnspecified), in LoopAttributes()68 void LoopAttributes::clear() { in clear()72 VectorizerEnable = LoopAttributes::VecUnspecified; in clear()75 LoopInfo::LoopInfo(BasicBlock *Header, const LoopAttributes &Attrs) in LoopInfo()
33 struct LoopAttributes { struct34 explicit LoopAttributes(bool IsParallel = false);57 LoopInfo(llvm::BasicBlock *Header, const LoopAttributes &Attrs); argument66 const LoopAttributes &getAttributes() const { return Attrs; } in getAttributes()74 LoopAttributes Attrs;112 Enable ? LoopAttributes::VecEnable : LoopAttributes::VecDisable;128 LoopAttributes StagedAttrs;