Home
last modified time | relevance | path

Searched refs:m_ArgDeSSARoot (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DVariableReuseAnalysis.hpp318 std::list<llvm::Value*> m_ArgDeSSARoot; member in IGC::VariableReuseAnalysis
325 auto IE = m_ArgDeSSARoot.end(); in isOrCoalescedWithArg()
326 auto it = std::find(m_ArgDeSSARoot.begin(), IE, R); in isOrCoalescedWithArg()
H A DVariableReuseAnalysis.cpp97 m_ArgDeSSARoot.clear(); in runOnFunction()
102 m_ArgDeSSARoot.push_back(R); in runOnFunction()