Skip to content

Commit

Permalink
Moved all private methods for Boolean Optimization to OptBoolsDsc struct
Browse files Browse the repository at this point in the history
  • Loading branch information
JulieLeeMSFT committed Jun 24, 2021
1 parent a7cdf1c commit e3a6520
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 87 deletions.
7 changes: 0 additions & 7 deletions src/coreclr/jit/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -6316,13 +6316,6 @@ class Compiler
public:
void optOptimizeBools();

private:
bool optOptimizeBoolsCondBlock(OptBoolsDsc* pOptBoolsDsc);
bool optOptimizeBoolsReturnBlock(OptBoolsDsc* pOptBoolsDsc);
GenTree* optIsBoolComp(OptTestInfo* optTest);
#ifdef DEBUG
void optOptimizeBoolsGcStress(BasicBlock* b1);
#endif
public:
PhaseStatus optInvertLoops(); // Invert loops so they're entered at top and tested at bottom.
PhaseStatus optOptimizeLayout(); // Optimize the BasicBlock layout of the method
Expand Down
Loading

0 comments on commit e3a6520

Please sign in to comment.