Home
last modified time | relevance | path

Searched refs:replaceIV (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp415 void replaceIV(DAGRootSet &DRS, const SCEV *Start, const SCEV *IncrExpr);
1433 replaceIV(RootSets[i], StartExprs[i], IncrExprs[i]); in replace()
1465 void LoopReroll::DAGRootTracker::replaceIV(DAGRootSet &DRS, in replaceIV() function in LoopReroll::DAGRootTracker