summaryrefslogtreecommitdiff
path: root/src/jit/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/compiler.h')
-rw-r--r--src/jit/compiler.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/jit/compiler.h b/src/jit/compiler.h
index 7a914d42af..e5bd4436a2 100644
--- a/src/jit/compiler.h
+++ b/src/jit/compiler.h
@@ -598,8 +598,6 @@ public:
return regMask;
}
- regMaskSmall lvPrefReg; // set of regs it prefers to live in
-
unsigned short lvVarIndex; // variable tracking index
private:
@@ -2971,16 +2969,9 @@ public:
//=========================================================================
protected:
-//---------------- Local variable ref-counting ----------------------------
-
-#if ASSERTION_PROP
- BasicBlock* lvaMarkRefsCurBlock;
- GenTree* lvaMarkRefsCurStmt;
-#endif
- BasicBlock::weight_t lvaMarkRefsWeight;
-
- void lvaMarkLclRefs(GenTree* tree);
+ //---------------- Local variable ref-counting ----------------------------
+ void lvaMarkLclRefs(GenTree* tree, BasicBlock* block, GenTreeStmt* stmt);
bool IsDominatedByExceptionalEntry(BasicBlock* block);
void SetVolatileHint(LclVarDsc* varDsc);