Home
last modified time | relevance | path

Searched refs:LICMFlags (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp302 SinkAndHoistLICMFlags LICMFlags(/*IsSink=*/true, L, MSSA); in sinkLoopInvariantInstructions() local
328 if (!canSinkOrHoistInst(I, &AA, &DT, &L, MSSAU, false, LICMFlags)) in sinkLoopInvariantInstructions()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h357 SinkAndHoistLICMFlags &LICMFlags,