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.cpp3932 struct StackStateOfBB { struct
3934 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) in StackStateOfBB() argument
3939 int EntryValue = 0;
3940 int ExitValue = 0;
3941 bool EntryIsSetup = false;
3942 bool ExitIsSetup = false;