Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2442 void computeAssignment(unsigned ValNo, JoinVals &Other);
2678 computeAssignment(V.RedefVNI->id, Other); in analyzeValue()
2709 Other.computeAssignment(OtherVNI->id, *this); in analyzeValue()
2743 Other.computeAssignment(V.OtherVNI->id, *this); in analyzeValue()
2860 void JoinVals::computeAssignment(unsigned ValNo, JoinVals &Other) { in computeAssignment() function in JoinVals
2913 computeAssignment(i, Other); in mapValues()