Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86VZeroUpper.cpp75 struct BlockState { struct in __anon8df308b00111::VZeroUpperInserter
76 BlockState() : ExitState(PASS_THROUGH), AddedToDirtySuccessors(false) {} in BlockState() function
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 __anon23a66c480111::VZeroUpperInserter
89 BlockExitState ExitState = PASS_THROUGH;
90 bool AddedToDirtySuccessors = false;
91 MachineBasicBlock::iterator FirstUnguardedCall;
/external/v8/src/compiler/backend/
Dmid-tier-register-allocator.h24 class BlockState; variable
Dmid-tier-register-allocator.cc29 class BlockState final { class
31 BlockState(int block_count, Zone* zone) in BlockState() function in v8::internal::compiler::BlockState
/external/clang/lib/Format/
DUnwrappedLineParser.cpp2065 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken() local
/external/v8/src/parsing/
Dparser-base.h324 BlockState(Scope** scope_stack, Scope* scope) in BlockState() function
329 BlockState(Zone* zone, Scope** scope_stack) in BlockState() function