HomeSort by: relevance | last modified time | path
    Searched defs:widenIVUse (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 1110 Instruction *widenIVUse(NarrowIVDefUse DU, SCEVExpander &Rewriter);
1233 // widened IV, it should be removed during a future call to widenIVUse.
1501 // The widenIVUse avoids generating trunc by evaluating the use as AddRec, this
1695 Instruction *WidenIV::widenIVUse(WidenIV::NarrowIVDefUse DU, SCEVExpander &Rewriter) {
1870 /// def-use chain. After widenIVUse has processed all interesting IV users, the
1934 // widenIVUse to reuse it when widening the narrow IV's increment. We don't
1962 Instruction *WideUse = widenIVUse(DU, Rewriter);
1968 // widenIVUse may have removed the def-use edge.
SimplifyIndVar.cpp 1110 Instruction *widenIVUse(NarrowIVDefUse DU, SCEVExpander &Rewriter);
1233 // widened IV, it should be removed during a future call to widenIVUse.
1501 // The widenIVUse avoids generating trunc by evaluating the use as AddRec, this
1695 Instruction *WidenIV::widenIVUse(WidenIV::NarrowIVDefUse DU, SCEVExpander &Rewriter) {
1870 /// def-use chain. After widenIVUse has processed all interesting IV users, the
1934 // widenIVUse to reuse it when widening the narrow IV's increment. We don't
1962 Instruction *WideUse = widenIVUse(DU, Rewriter);
1968 // widenIVUse may have removed the def-use edge.
SimplifyIndVar.cpp 1110 Instruction *widenIVUse(NarrowIVDefUse DU, SCEVExpander &Rewriter);
1233 // widened IV, it should be removed during a future call to widenIVUse.
1501 // The widenIVUse avoids generating trunc by evaluating the use as AddRec, this
1695 Instruction *WidenIV::widenIVUse(WidenIV::NarrowIVDefUse DU, SCEVExpander &Rewriter) {
1870 /// def-use chain. After widenIVUse has processed all interesting IV users, the
1934 // widenIVUse to reuse it when widening the narrow IV's increment. We don't
1962 Instruction *WideUse = widenIVUse(DU, Rewriter);
1968 // widenIVUse may have removed the def-use edge.

Completed in 99 milliseconds