Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp71 struct BlockState { struct in __anon05705fb60111::VZeroUpperInserter
72 BlockState() : ExitState(PASS_THROUGH), AddedToDirtySuccessors(false) {} in BlockState() argument
73 BlockExitState ExitState;
74 bool AddedToDirtySuccessors;
75 MachineBasicBlock::iterator FirstUnguardedCall;
/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp1667 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken() local