Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3123 struct StackStateOfBB { struct
3125 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() argument
3130 int EntryValue = 0;
3131 int ExitValue = 0;
3132 bool EntryIsSetup = false;
3133 bool ExitIsSetup = false;