Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3247 struct StackStateOfBB { struct
3249 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() function
3254 int EntryValue = 0;
3255 int ExitValue = 0;
3256 bool EntryIsSetup = false;
3257 bool ExitIsSetup = false;