Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86VZeroUpper.cpp71 struct BlockState { struct in __anon41365ce50111::VZeroUpperInserter
72 BlockState() : ExitState(PASS_THROUGH), AddedToDirtySuccessors(false) {} in BlockState() argument
73 BlockExitState ExitState;
74 bool AddedToDirtySuccessors;
75 MachineBasicBlock::iterator FirstUnguardedCall;
/external/clang/lib/Format/
DUnwrappedLineParser.cpp1873 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken() local
/external/v8/src/parsing/
Dparser-base.h168 BlockState(Scope** scope_stack, Scope* scope) in BlockState() function