Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp180 TmpDefs.insert(*SRI); in init()
670 for (const auto &I : TmpDefs) { in checkRegisters()
827 TmpDefsIterator It = TmpDefs.find(R); in checkHVXAccum()
828 if (It != TmpDefs.end()) { in checkHVXAccum()
H A DHexagonMCChecker.h57 std::set<unsigned> TmpDefs; variable
/openbsd-src/gnu/llvm/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()