Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h58 std::set<unsigned> TmpDefs; variable
H A DHexagonMCChecker.cpp172 TmpDefs.insert(*SRI); in init()
626 for (const auto &I : TmpDefs) { in checkRegisters()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DRDFLiveness.cpp295 NodeSet TmpDefs = Defs; in getAllReachingDefsRecImpl() local
297 TmpDefs.insert(R.Id); in getAllReachingDefsRecImpl()
311 const auto &T = getAllReachingDefsRecImpl(RefRR, U, Visited, TmpDefs, in getAllReachingDefsRecImpl()