Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp398 void replaceIV(Instruction *Inst, Instruction *IV, const SCEV *IterCount);
1432 replaceIV(LoopControlIV, LoopControlIV, IterCount); in replace()
1437 replaceIV(DRS.BaseInst, IV, IterCount); in replace()
1473 void LoopReroll::DAGRootTracker::replaceIV(Instruction *Inst, in replaceIV() function in LoopReroll::DAGRootTracker