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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp863 bool Forced = isForced().getValueOr(false); local
879 Forced ? OptimizationRemarkAnalysis::AlwaysPrint : LDIST_NAME,
885 if (Forced)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp367 auto Forced = alignTo(StructSize, ForcedAlignment); local
370 if (Natural != Forced)
371 return std::max(Natural, Forced) - StructSize;

Completed in 111 milliseconds