Returns the structural successors of the BasicBlock
| 66 | |
| 67 | /// Returns the structural successors of the BasicBlock |
| 68 | std::vector<BasicBlock*>* structural_predecessors() { |
| 69 | return &structural_predecessors_; |
| 70 | } |
| 71 | |
| 72 | /// Returns the structural predecessors of the BasicBlock |
| 73 | const std::vector<BasicBlock*>* structural_predecessors() const { |
no outgoing calls
no test coverage detected