Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp103 BlockStateMap BlockStates; member in __anonf30aecb90111::VZeroUpperInserter
192 if (!BlockStates[MBB.getNumber()].AddedToDirtySuccessors) { in addDirtySuccessor()
194 BlockStates[MBB.getNumber()].AddedToDirtySuccessors = true; in addDirtySuccessor()
204 BlockStates[MBB.getNumber()].FirstUnguardedCall = MBB.end(); in processBasicBlock()
265 BlockStates[MBB.getNumber()].FirstUnguardedCall = MI; in processBasicBlock()
277 BlockStates[MBB.getNumber()].ExitState = CurState; in processBasicBlock()
313 assert(BlockStates.empty() && DirtySuccessors.empty() && in runOnMachineFunction()
315 BlockStates.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
334 BlockState &BBState = BlockStates[MBB.getNumber()]; in runOnMachineFunction()
352 BlockStates.clear(); in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp157 BlockStates) in AnalysisContext()
160 BlockStates(BlockStates) { in AnalysisContext()
319 AC.BlockStates[Pred->getBlockID()]; in computeBlockInputState()
533 std::vector<std::optional<TypeErasedDataflowAnalysisState>> BlockStates( in runTypeErasedDataflowAnalysis() local
538 BlockStates[Entry.getBlockID()] = {Analysis.typeErasedInitialElement(), in runTypeErasedDataflowAnalysis()
542 AnalysisContext AC(CFCtx, Analysis, StartingEnv, BlockStates); in runTypeErasedDataflowAnalysis()
549 MaxAverageVisitsPerBlock * BlockStates.size(); in runTypeErasedDataflowAnalysis()
561 BlockStates[Block->getBlockID()]; in runTypeErasedDataflowAnalysis()
596 BlockStates[Block->getBlockID()] = std::move(NewBlockState); in runTypeErasedDataflowAnalysis()
610 if (!BlockStates[Block->getBlockID()]) in runTypeErasedDataflowAnalysis()
[all …]