Searched refs:hoistIVInc (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 186 bool hoistIVInc(Instruction *IncV, Instruction *InsertPos);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 194 bool hoistIVInc(Instruction *IncV, Instruction *InsertPos);
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 926 bool SCEVExpander::hoistIVInc(Instruction *IncV, Instruction *InsertPos) { in hoistIVInc() function in SCEVExpander 1130 if (L == IVIncInsertLoop && !hoistIVInc(TempIncV, IVIncInsertPos)) in getAddRecExprPHILiterally() 1854 hoistIVInc(OrigInc, IsomorphicInc)) { in replaceCongruentIVs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 982 bool SCEVExpander::hoistIVInc(Instruction *IncV, Instruction *InsertPos) { in hoistIVInc() function in SCEVExpander 1187 if (L == IVIncInsertLoop && !hoistIVInc(TempIncV, IVIncInsertPos)) in getAddRecExprPHILiterally() 1959 hoistIVInc(OrigInc, IsomorphicInc)) { in replaceCongruentIVs()
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1346 if (WideAddRec == WideIncExpr && Rewriter.hoistIVInc(WideInc, DU.NarrowUse)) in widenIVUse()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1483 Rewriter.hoistIVInc(WideInc, DU.NarrowUse)) in widenIVUse()
|