Home
last modified time | relevance | path

Searched defs:UseSet (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DTracker.h145 UseSet(const Use &U) : U(U), OrigV(U.get()) {} in UseSet() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp269 auto UseSet = LV->getAllReachedUses(DR, DA); in getAllRealUses() local
H A DHexagonCommonGEP.cpp70 using UseSet = SetVector<Use *>; typedef
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp692 bool UseSet = MAI->usesSetToEquateSymbol(); in emitAssignment() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp585 BitVector &DefSet, BitVector &UseSet) { in addRegsToSet()