diff options
Diffstat (limited to 'llvm/include/llvm/CodeGen/LiveVariables.h')
-rw-r--r-- | llvm/include/llvm/CodeGen/LiveVariables.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/include/llvm/CodeGen/LiveVariables.h b/llvm/include/llvm/CodeGen/LiveVariables.h index 7b45f7d76af5..efb0fa85a0fe 100644 --- a/llvm/include/llvm/CodeGen/LiveVariables.h +++ b/llvm/include/llvm/CodeGen/LiveVariables.h @@ -297,6 +297,11 @@ public: MachineBasicBlock *DomBB, MachineBasicBlock *SuccBB); + void addNewBlock(MachineBasicBlock *BB, + MachineBasicBlock *DomBB, + MachineBasicBlock *SuccBB, + std::vector<SparseBitVector<>> &LiveInSets); + /// isPHIJoin - Return true if Reg is a phi join register. bool isPHIJoin(unsigned Reg) { return PHIJoins.test(Reg); } |