Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2475 void computeAssignment(unsigned ValNo, JoinVals &Other);
2711 computeAssignment(V.RedefVNI->id, Other); in analyzeValue()
2742 Other.computeAssignment(OtherVNI->id, *this); in analyzeValue()
2778 Other.computeAssignment(V.OtherVNI->id, *this); in analyzeValue()
2925 void JoinVals::computeAssignment(unsigned ValNo, JoinVals &Other) { in computeAssignment() function in JoinVals
2978 computeAssignment(i, Other); in mapValues()