Searched refs:DistributeEnable (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp323 if (Attrs.DistributeEnable == LoopAttributes::Disable)
325 if (Attrs.DistributeEnable == LoopAttributes::Enable)
354 (Attrs.DistributeEnable == LoopAttributes::Enable)))};
440 DistributeEnable(LoopAttributes::Unspecified), PipelineDisabled(false),
453 DistributeEnable = LoopAttributes::Unspecified;
478 Attrs.DistributeEnable == LoopAttributes::Unspecified && !StartLoc &&
508 BeforeJam.DistributeEnable = Attrs.DistributeEnable;
H A DCGLoopInfo.h71 LVEnableState DistributeEnable; member in struct:clang::CodeGen::LoopAttributes
236 StagedAttrs.DistributeEnable =

Completed in 88 milliseconds