Home
last modified time | relevance | path

Searched refs:LICM (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLICM.cpp242 : LoopPass(ID), LICM(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in LegacyLICMPass()
262 return LICM.runOnLoop( in runOnLoop()
290 LoopInvariantCodeMotion LICM; member
305 LoopInvariantCodeMotion LICM(Opts.MssaOptCap, Opts.MssaNoAccForPromotionCap, in run() local
307 if (!LICM.runOnLoop(&L, &AR.AA, &AR.LI, &AR.DT, &AR.AC, &AR.TLI, &AR.TTI, in run()
339 LoopInvariantCodeMotion LICM(Opts.MssaOptCap, Opts.MssaNoAccForPromotionCap, in run() local
343 bool Changed = LICM.runOnLoop(&OutermostLoop, &AR.AA, &AR.LI, &AR.DT, &AR.AC, in run()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDREADME.txt54 AArch64 runs SeparateConstOffsetFromGEPPass, followed by EarlyCSE and LICM.
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsics.td897 [IntrInaccessibleMemOnly]>; // blocks LICM and some more
HDIntrinsicsX86.td2723 // LICM.
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstr64Bit.td1461 // oppotunities to some opts(CSE, LICM and etc.) for the result of adding
/freebsd-14-stable/lib/clang/libllvm/
HDMakefile1848 SRCS_MIN+= Transforms/Scalar/LICM.cpp