Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3341 struct StackStateOfBB { struct
3343 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() function
3348 int EntryValue = 0;
3349 int ExitValue = 0;
3350 bool EntryIsSetup = false;
3351 bool ExitIsSetup = false;