Home
last modified time | relevance | path

Searched refs:BlockState (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp88 struct BlockState { struct in __anon88e42b280111::VZeroUpperInserter
93 BlockState() = default;
96 using BlockStateMap = SmallVector<BlockState, 8>;
333 BlockState &BBState = BlockStates[MBB.getNumber()]; in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp2626 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken() local