Searched refs:makeLoopInvariant (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopInfo.h | 82 bool makeLoopInvariant(Value *V, bool &Changed, 97 bool makeLoopInvariant(Instruction *I, bool &Changed,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopInfo.cpp | 70 bool Loop::makeLoopInvariant(Value *V, bool &Changed, Instruction *InsertPt, in makeLoopInvariant() function in Loop 74 return makeLoopInvariant(I, Changed, InsertPt, MSSAU, SE); in makeLoopInvariant() 78 bool Loop::makeLoopInvariant(Instruction *I, bool &Changed, in makeLoopInvariant() function in Loop 101 if (!makeLoopInvariant(Operand, Changed, InsertPt, MSSAU, SE)) in makeLoopInvariant()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVETailPredication.cpp | 205 if (!L->makeLoopInvariant(ElemCount, Changed)) in IsSafeActiveMask()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDeletion.cpp | 91 if (!L->makeLoopInvariant(I, Changed, Preheader->getTerminator(), in isLoopDead()
|
| H A D | IndVarSimplify.cpp | 1048 L->makeLoopInvariant(ExitCnt, Discard); in linearFunctionTestReplace()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopSimplify.cpp | 649 if (!L->makeLoopInvariant( in simplifyOneLoop()
|
| H A D | SimplifyIndVar.cpp | 564 L->makeLoopInvariant(Ext, Changed); in eliminateTrunc()
|