Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86VZeroUpper.cpp75 struct BlockState { struct in __anonb321e3ee0111::VZeroUpperInserter
76 BlockState() : ExitState(PASS_THROUGH), AddedToDirtySuccessors(false) {} in BlockState() argument
77 BlockExitState ExitState;
78 bool AddedToDirtySuccessors;
79 MachineBasicBlock::iterator FirstUnguardedCall;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86VZeroUpper.cpp88 struct BlockState { struct in __anon0c8d27460111::VZeroUpperInserter
89 BlockExitState ExitState = PASS_THROUGH;
90 bool AddedToDirtySuccessors = false;
91 MachineBasicBlock::iterator FirstUnguardedCall;
/external/clang/lib/Format/
DUnwrappedLineParser.cpp2065 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken() local
/external/v8/src/parsing/
Dparser-base.h375 BlockState(Scope** scope_stack, Scope* scope) in BlockState() function
380 BlockState(Zone* zone, Scope** scope_stack) in BlockState() function