Searched refs:UpdateState (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | SparsePropagation.h | 185 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 D | GCNHazardRecognizer.cpp | 460 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()
|