Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1756 void computeAssignment(unsigned ValNo, JoinVals &Other);
1957 computeAssignment(V.RedefVNI->id, Other); in analyzeValue()
1986 Other.computeAssignment(OtherVNI->id, *this); in analyzeValue()
2020 Other.computeAssignment(V.OtherVNI->id, *this); in analyzeValue()
2129 void JoinVals::computeAssignment(unsigned ValNo, JoinVals &Other) { in computeAssignment() function in JoinVals
2172 computeAssignment(i, Other); in mapValues()