| 5783 | } |
| 5784 | |
| 5785 | LLVM::BasicBlock getLabel(unsigned int Index) const noexcept { |
| 5786 | return (ControlStack.rbegin() + Index)->JumpBlock; |
| 5787 | } |
| 5788 | |
| 5789 | void stackPush(LLVM::Value Value) noexcept { Stack.push_back(Value); } |
| 5790 | LLVM::Value stackPop() noexcept { |