Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ExitVal

1629     StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) :
1630 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup),