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.h184 void UpdateState(LatticeKey Key, LatticeVal LV);
245 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState() function
407 UpdateState(std::move(ChangedValue.first), in visitPHINode()
423 UpdateState(Key, Overdefined); in visitPHINode()
446 UpdateState(Key, PNIV); in visitPHINode()
462 UpdateState(ChangedValue.first, ChangedValue.second); in visitInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp443 function_ref<void(StateT &, const MachineInstr &)> UpdateState, in hasHazard() argument
465 UpdateState(State, *I); in hasHazard()
472 if (hasHazard(State, IsHazard, UpdateState, Pred, Pred->instr_rbegin(), in hasHazard()