Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2336 struct StackStateOfBB { struct
2338 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() function
2343 int EntryValue = 0;
2344 int ExitValue = 0;
2345 bool EntryIsSetup = false;
2346 bool ExitIsSetup = false;