Home
last modified time | relevance | path

Searched defs: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
93 BlockExitState ExitState = PASS_THROUGH;
94 bool AddedToDirtySuccessors = false;
95 MachineBasicBlock::iterator FirstUnguardedCall;
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp3298 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp845 const State &BlockState = getState(BB); in checkEntry() local