Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp92 struct BlockState { struct in __anonf6110c030111::VZeroUpperInserter
97 BlockState() = default;
100 using BlockStateMap = SmallVector<BlockState, 8>;
334 BlockState &BBState = BlockStates[MBB.getNumber()]; in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInsertDelayAlu.cpp264 DenseMap<MachineBasicBlock *, DelayState> BlockState; member in __anon39c000570111::AMDGPUInsertDelayAlu
334 State.merge(BlockState[Pred]); in runOnMachineBasicBlock()
410 assert(State == BlockState[&MBB] && in runOnMachineBasicBlock()
412 } else if (State != BlockState[&MBB]) { in runOnMachineBasicBlock()
413 BlockState[&MBB] = std::move(State); in runOnMachineBasicBlock()
/freebsd/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/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp4870 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken() local