Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h185 void UpdateState(LatticeKey Key, LatticeVal LV);
246 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState() function
408 UpdateState(std::move(ChangedValue.first), in visitPHINode()
424 UpdateState(Key, Overdefined); in visitPHINode()
447 UpdateState(Key, PNIV); in visitPHINode()
463 UpdateState(ChangedValue.first, ChangedValue.second); in visitInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp460 function_ref<void(StateT &, const MachineInstr &)> UpdateState, in hasHazard() argument
482 UpdateState(State, *I); in hasHazard()
489 if (hasHazard(State, IsHazard, UpdateState, Pred, Pred->instr_rbegin(), in hasHazard()