#include "llvm/SandboxIR/Region.h"
Definition at line 25 of file Region.h.
◆ ScoreBoard()
◆ add()
void llvm::sandboxir::ScoreBoard::add |
( |
Instruction * |
I | ) |
|
|
inline |
Mark I
as a newly added instruction to the region.
Definition at line 42 of file Region.h.
References I.
◆ dump() [1/2]
void llvm::sandboxir::ScoreBoard::dump |
( |
| ) |
const |
◆ dump() [2/2]
void llvm::sandboxir::ScoreBoard::dump |
( |
raw_ostream & |
OS | ) |
const |
|
inline |
◆ getAfterCost()
\Returns the cost of the newly added instructions.
Definition at line 46 of file Region.h.
◆ getBeforeCost()
◆ remove()
void llvm::sandboxir::ScoreBoard::remove |
( |
Instruction * |
I | ) |
|
The documentation for this class was generated from the following files: