mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 07:35:45 +00:00
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