Searched refs:makeLoopInvariant (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopInfo.cpp | 72 bool Loop::makeLoopInvariant(Value *V, bool &Changed, Instruction *InsertPt, in makeLoopInvariant() function in Loop 75 return makeLoopInvariant(I, Changed, InsertPt, MSSAU); in makeLoopInvariant() 79 bool Loop::makeLoopInvariant(Instruction *I, bool &Changed, in makeLoopInvariant() function in Loop 102 if (!makeLoopInvariant(Operand, Changed, InsertPt, MSSAU)) in makeLoopInvariant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopDeletion.cpp | 70 if (!L->makeLoopInvariant(I, Changed, Preheader->getTerminator())) { in isLoopDead()
|
D | LoopUnswitch.cpp | 443 if (L->makeLoopInvariant(Cond, Changed, nullptr, MSSAU)) { in FindLIVLoopCondition()
|
D | IndVarSimplify.cpp | 2533 L->makeLoopInvariant(ExitCnt, Discard); in linearFunctionTestReplace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopInfo.h | 545 bool makeLoopInvariant(Value *V, bool &Changed, 558 bool makeLoopInvariant(Instruction *I, bool &Changed,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopSimplify.cpp | 645 if (!L->makeLoopInvariant( in simplifyOneLoop()
|
D | SimplifyIndVar.cpp | 600 L->makeLoopInvariant(Ext, Changed); in eliminateTrunc()
|