Home
last modified time | relevance | path

Searched refs:TmpDefs (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp183 TmpDefs.insert(*SRI); in init()
673 for (const auto &I : TmpDefs) { in checkRegisters()
830 TmpDefsIterator It = TmpDefs.find(R); in checkHVXAccum()
831 if (It != TmpDefs.end()) { in checkHVXAccum()
H A DHexagonMCChecker.h57 std::set<unsigned> TmpDefs; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRDFLiveness.cpp332 NodeSet TmpDefs = Defs; in getAllReachingDefsRecImpl() local
334 TmpDefs.insert(R.Id); in getAllReachingDefsRecImpl()
347 const auto &T = getAllReachingDefsRecImpl(RefRR, U, Visited, TmpDefs, in getAllReachingDefsRecImpl()