forked from OSchip/llvm-project
parent
2d2e2e3c0e
commit
ca05e6a837
|
@ -41,6 +41,8 @@ namespace llvm {
|
||||||
public:
|
public:
|
||||||
SCEVExpander(ScalarEvolution &se, LoopInfo &li) : SE(se), LI(li) {}
|
SCEVExpander(ScalarEvolution &se, LoopInfo &li) : SE(se), LI(li) {}
|
||||||
|
|
||||||
|
LoopInfo &getLoopInfo() const { return LI; }
|
||||||
|
|
||||||
/// clear - Erase the contents of the InsertedExpressions map so that users
|
/// clear - Erase the contents of the InsertedExpressions map so that users
|
||||||
/// trying to expand the same expression into multiple BasicBlocks or
|
/// trying to expand the same expression into multiple BasicBlocks or
|
||||||
/// different places within the same BasicBlock can do so.
|
/// different places within the same BasicBlock can do so.
|
||||||
|
|
Loading…
Reference in New Issue