forked from eden-emu/eden
ShaderCache: Order Phi Arguments from farthest away to nearest.
This commit is contained in:
parent
c47ff70bd5
commit
c9bee9e96e
5 changed files with 37 additions and 0 deletions
|
@ -182,6 +182,9 @@ public:
|
|||
/// Add phi operand to a phi instruction.
|
||||
void AddPhiOperand(Block* predecessor, const Value& value);
|
||||
|
||||
/// Orders the Phi arguments from farthest away to nearest.
|
||||
void OrderPhiArgs();
|
||||
|
||||
void Invalidate();
|
||||
void ClearArgs();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue