Searched refs:LoopInvariantCodeMotion (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 109 struct LoopInvariantCodeMotion { struct 161 LoopInvariantCodeMotion LICM; 188 LoopInvariantCodeMotion LICM; in run() 214 bool LoopInvariantCodeMotion::runOnLoop(Loop *L, AliasAnalysis *AA, in runOnLoop() 1077 LoopInvariantCodeMotion::collectAliasInfoForLoop(Loop *L, LoopInfo *LI, in collectAliasInfoForLoop()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 170 struct LoopInvariantCodeMotion { struct 178 LoopInvariantCodeMotion(unsigned LicmMssaOptCap, in LoopInvariantCodeMotion() function 255 [](LoopInvariantCodeMotion::ASTrackerMapTy::value_type &KV) { in doFinalization() 264 LoopInvariantCodeMotion LICM; 291 LoopInvariantCodeMotion LICM(LicmMssaOptCap, LicmMssaNoAccForPromotionCap); in run() 328 bool LoopInvariantCodeMotion::runOnLoop( in runOnLoop() 2170 LoopInvariantCodeMotion::collectAliasInfoForLoop(Loop *L, LoopInfo *LI, in collectAliasInfoForLoop() 2212 LoopInvariantCodeMotion::collectAliasInfoForLoopWithMSSA( in collectAliasInfoForLoopWithMSSA()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 188 struct LoopInvariantCodeMotion { struct 194 LoopInvariantCodeMotion(unsigned LicmMssaOptCap, in LoopInvariantCodeMotion() function 261 LoopInvariantCodeMotion LICM; 276 LoopInvariantCodeMotion LICM(Opts.MssaOptCap, Opts.MssaNoAccForPromotionCap, in run() 313 LoopInvariantCodeMotion LICM(Opts.MssaOptCap, Opts.MssaNoAccForPromotionCap, in run() 393 bool LoopInvariantCodeMotion::runOnLoop(Loop *L, AAResults *AA, LoopInfo *LI, in runOnLoop()
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceClFlags.def | 204 X(LoopInvariantCodeMotion, bool, dev_opt_flag, "licm", \
|