Home
last modified time | relevance | path

Searched defs:BlockState (Results 1 – 2 of 2) 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 __anon3b0e4def0111::VZeroUpperInserter
88 BlockExitState ExitState = PASS_THROUGH;
89 bool AddedToDirtySuccessors = false;
90 MachineBasicBlock::iterator FirstUnguardedCall;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBuddyAllocator.h54 enum class BlockState { Free, Split, Allocated }; enum