Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.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/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DREADME.txt54 AArch64 runs SeparateConstOffsetFromGEPPass, followed by EarlyCSE and LICM.
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td897 [IntrInaccessibleMemOnly]>; // blocks LICM and some more
H A DIntrinsicsX86.td2723 // LICM.
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstr64Bit.td1461 // oppotunities to some opts(CSE, LICM and etc.) for the result of adding
/freebsd/lib/clang/libllvm/
H A DMakefile1848 SRCS_MIN+= Transforms/Scalar/LICM.cpp