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 __anonf95d0e850111::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.cpp1767 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken() local
/external/v8/src/
Dpreparser.h148 BlockState(typename Traits::Type::Scope** scope_stack, in BlockState() function