Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp92 struct BlockState { struct in __anon4dba09b70111::VZeroUpperInserter
97 BlockState() = default;
100 using BlockStateMap = SmallVector<BlockState, 8>;
337 BlockState &BBState = BlockStates[MBB.getNumber()]; in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp3298 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken() local