Thanks to visit codestin.com
Credit goes to github.com

Skip to content
2 changes: 2 additions & 0 deletions src/coreclr/jit/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -6862,6 +6862,8 @@ class Compiler
//
PhaseStatus optRedundantBranches();
bool optRedundantBranch(BasicBlock* const block);
bool optJumpThread(BasicBlock* const block, BasicBlock* const domBlock);
bool optReachable(BasicBlock* const fromBlock, BasicBlock* const toBlock);

#if ASSERTION_PROP
/**************************************************************************
Expand Down
Loading