Home
last modified time | relevance | path

Searched defs:StackStateOfBB (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3780 struct StackStateOfBB { struct
3782 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() argument
3787 int EntryValue = 0;
3788 int ExitValue = 0;
3789 bool EntryIsSetup = false;
3790 bool ExitIsSetup = false;