Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp180 TmpDefs.insert(*SRI); in init()
666 for (const auto &I : TmpDefs) { in checkRegisters()
823 TmpDefsIterator It = TmpDefs.find(R); in checkHVXAccum()
824 if (It != TmpDefs.end()) { in checkHVXAccum()
H A DHexagonMCChecker.h56 std::set<unsigned> TmpDefs;
57 std::set<unsigned> TmpDefs; global() variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp329 NodeSet TmpDefs = Defs; in getAllReachingDefsRecImpl() local
331 TmpDefs.insert(R.Id); in getAllReachingDefsRecImpl()
344 const auto &T = getAllReachingDefsRecImpl(RefRR, U, Visited, TmpDefs, in getAllReachingDefsRecImpl()