HomeSort by relevance Sort by last modified time
    Searched refs:Forced (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 755 bool Forced = isForced().getValueOr(false);
768 Ctx, Forced ? DiagnosticInfoOptimizationRemarkAnalysis::AlwaysPrint
774 if (Forced)
782 /// \brief Return if distribution forced to be enabled/disabled for the loop.
784 /// If the optional has a value, it indicates whether distribution was forced
786 /// distribution was not forced either way.
851 /// \brief Indicates whether distribution is forced to be enabled/disabled for
854 /// If the optional has a value, it indicates whether distribution was forced
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 344 auto Forced = alignTo(StructSize, ForcedAlignment);
347 if (Natural != Forced)
348 return std::max(Natural, Forced) - StructSize;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 802 bool Forced = isForced().getValueOr(false);
818 Forced ? OptimizationRemarkAnalysis::AlwaysPrint : LDIST_NAME,
824 if (Forced)
832 /// Return if distribution forced to be enabled/disabled for the loop.
834 /// If the optional has a value, it indicates whether distribution was forced
836 /// distribution was not forced either way.
    [all...]

Completed in 343 milliseconds