Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp92 struct BlockState { struct in __anon0f715f4e0111::VZeroUpperInserter
97 BlockState() = default;
100 using BlockStateMap = SmallVector<BlockState, 8>;
337 BlockState &BBState = BlockStates[MBB.getNumber()]; in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCalledOnceCheck.cpp845 const State &BlockState = getState(BB); in checkEntry() local
858 BlockState.getKindFor(Index) == ParameterStatus::MaybeCalled) { in checkEntry()
862 isLosingEscape(BlockState, BB, Index)) { in checkEntry()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp3220 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken() local