Searched refs:makeLoopInvariant (Results 1 – 7 of 7) sorted by relevance
/freebsd/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/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopInfo.cpp | 71 bool Loop::makeLoopInvariant(Value *V, bool &Changed, Instruction *InsertPt, in makeLoopInvariant() function in Loop 75 return makeLoopInvariant(I, Changed, InsertPt, MSSAU, SE); in makeLoopInvariant() 79 bool Loop::makeLoopInvariant(Instruction *I, bool &Changed, in makeLoopInvariant() function in Loop 102 if (!makeLoopInvariant(Operand, Changed, InsertPt, MSSAU, SE)) in makeLoopInvariant()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVETailPredication.cpp | 205 if (!L->makeLoopInvariant(ElemCount, Changed)) in IsSafeActiveMask()
|
/freebsd/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 | 1060 L->makeLoopInvariant(ExitCnt, Discard); in linearFunctionTestReplace()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopSimplify.cpp | 648 if (!L->makeLoopInvariant( in simplifyOneLoop()
|
H A D | SimplifyIndVar.cpp | 578 L->makeLoopInvariant(Ext, Changed); in eliminateTrunc()
|