Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86VZeroUpper.cpp75 struct BlockState { struct in __anon952505110111::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-10.0/llvm/lib/Target/X86/
DX86VZeroUpper.cpp87 struct BlockState { struct in __anon3b6b4f330111::VZeroUpperInserter
88 BlockExitState ExitState = PASS_THROUGH;
89 bool AddedToDirtySuccessors = false;
90 MachineBasicBlock::iterator FirstUnguardedCall;
/external/clang/lib/Format/
DUnwrappedLineParser.cpp2065 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken() local