Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp88 struct BlockState { struct in __anon88e42b280111::VZeroUpperInserter
89 BlockExitState ExitState = PASS_THROUGH;
90 bool AddedToDirtySuccessors = false;
91 MachineBasicBlock::iterator FirstUnguardedCall;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp2626 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken() local