|
LLVM
4.0.0
|
Public Types | |
| using | base = std::pair< Value *, Instruction * > |
Public Member Functions | |
| Spill (Value *Def, User *U) | |
| Value * | def () const |
| Instruction * | user () const |
| BasicBlock * | userBlock () const |
| std::pair< Value *, BasicBlock * > | getKey () const |
| bool | operator< (Spill const &rhs) const |
Definition at line 262 of file CoroFrame.cpp.
| using Spill::base = std::pair<Value *, Instruction *> |
Definition at line 263 of file CoroFrame.cpp.
Definition at line 265 of file CoroFrame.cpp.
|
inline |
Definition at line 267 of file CoroFrame.cpp.
Referenced by getKey().
|
inline |
Definition at line 271 of file CoroFrame.cpp.
References def(), and userBlock().
Referenced by operator<().
Definition at line 275 of file CoroFrame.cpp.
References getKey().
|
inline |
Definition at line 268 of file CoroFrame.cpp.
|
inline |
Definition at line 269 of file CoroFrame.cpp.
References llvm::BasicBlock::getParent().
Referenced by getKey().
1.8.6