Home
last modified time | relevance | path

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/
DLoopInfo.cpp72 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/
DLoopDeletion.cpp70 if (!L->makeLoopInvariant(I, Changed, Preheader->getTerminator())) { in isLoopDead()
DLoopUnswitch.cpp443 if (L->makeLoopInvariant(Cond, Changed, nullptr, MSSAU)) { in FindLIVLoopCondition()
DIndVarSimplify.cpp2533 L->makeLoopInvariant(ExitCnt, Discard); in linearFunctionTestReplace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h545 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/
DLoopSimplify.cpp645 if (!L->makeLoopInvariant( in simplifyOneLoop()
DSimplifyIndVar.cpp600 L->makeLoopInvariant(Ext, Changed); in eliminateTrunc()