Searched refs:UpdateState (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | GCNHazardRecognizer.cpp | 455 function_ref<void(StateT &, const MachineInstr &)> UpdateState, in hasHazard() argument 477 UpdateState(State, *I); in hasHazard() 484 if (hasHazard(State, IsHazard, UpdateState, Pred, Pred->instr_rbegin(), in hasHazard()
|