Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3471 struct StackStateOfBB { struct
3473 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() argument
3478 int EntryValue = 0;
3479 int ExitValue = 0;
3480 bool EntryIsSetup = false;
3481 bool ExitIsSetup = false;