Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86VZeroUpper.cpp87 struct BlockState { struct in __anona945354d0111::VZeroUpperInserter
88 BlockExitState ExitState = PASS_THROUGH;
89 bool AddedToDirtySuccessors = false;
90 MachineBasicBlock::iterator FirstUnguardedCall;
/third_party/node/deps/v8/src/compiler/backend/
Dmid-tier-register-allocator.h24 class BlockState; variable
Dmid-tier-register-allocator.cc31 class BlockState final { class
33 BlockState(int block_count, Zone* zone) in BlockState() function in v8::internal::compiler::BlockState
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBuddyAllocator.h54 enum class BlockState { Free, Split, Allocated }; enum
/third_party/node/deps/v8/src/parsing/
Dparser-base.h328 BlockState(Scope** scope_stack, Scope* scope) in BlockState() function
333 BlockState(Zone* zone, Scope** scope_stack) in BlockState() function