Home
last modified time | relevance | path

Searched refs:BlockState (Results 1 – 6 of 6) 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
81 typedef SmallVector<BlockState, 8> BlockStateMap;
308 BlockState &BBState = BlockStates[MBB.getNumber()]; in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86VZeroUpper.cpp88 struct BlockState { struct in __anon0c8d27460111::VZeroUpperInserter
93 BlockState() = default;
96 using BlockStateMap = SmallVector<BlockState, 8>;
333 BlockState &BBState = BlockStates[MBB.getNumber()]; in runOnMachineFunction()
/external/v8/src/parsing/
Dparser-base.h373 class BlockState BASE_EMBEDDED {
375 BlockState(Scope** scope_stack, Scope* scope) in BlockState() function
380 BlockState(Zone* zone, Scope** scope_stack) in BlockState() function
381 : BlockState(scope_stack, in BlockState()
384 ~BlockState() { *scope_stack_ = outer_scope_; } in ~BlockState()
391 class FunctionState final : public BlockState {
1588 : BlockState(scope_stack, scope), in FunctionState()
4218 BlockState block_state(&scope_, inner_scope); in ParseFunctionBody()
4528 BlockState block_state(&scope_, block_scope); in ParseClassLiteral()
5114 BlockState block_state(zone(), &scope_); in ParseBlock()
[all …]
Dpreparser.cc188 BlockState block_state(&scope_, inner_scope); in PreParseFunction()
Dparser.cc770 BlockState block_state(&scope_, outer); in DoParseFunction()
807 BlockState block_state(&scope_, scope); in DoParseFunction()
2208 BlockState block_state(&scope_, inner_scope); in DesugarLexicalBindingsInForStatement()
2914 BlockState block_state(&scope_, param_scope); in BuildParameterInitializationBlock()
3341 BlockState block_state(&scope_, inner_scope); in InsertShadowingVarBindingInitializers()
3675 BlockState block_state(&scope_, scope); in RewriteDestructuringAssignments()
/external/clang/lib/Format/
DUnwrappedLineParser.cpp2065 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken() local