Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp168 Instruction *LoopControlIV; member in __anonf10eef150111::LoopReroll
360 LoopControlIV(LoopCtrlIV) {} in DAGRootTracker()
430 Instruction *LoopControlIV; member
608 assert(!LoopControlIV && "Found two loop control only IV"); in collectPossibleIVs()
609 LoopControlIV = &(*I); in collectPossibleIVs()
1162 if (LoopControlIV && LoopControlIV != IV) { in validate()
1163 for (auto *U : LoopControlIV->users()) { in validate()
1428 bool HasTwoIVs = LoopControlIV && LoopControlIV != IV; in replace()
1432 replaceIV(LoopControlIV, LoopControlIV, IterCount); in replace()
1478 bool NeedNewIV = InstIV == LoopControlIV; in replaceIV()
[all …]