Searched refs:analyzeValue (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2353 ConflictResolution analyzeValue(unsigned ValNo, JoinVals &Other);
2356 /// This may be called recursively by analyzeValue(), but never for a ValNo on
2543 JoinVals::analyzeValue(unsigned ValNo, JoinVals &Other) { function in class:JoinVals
2776 // that now - the recursive analyzeValue() calls must go upwards in the
2789 switch ((V.Resolution = analyzeValue(ValNo, Other))) {

Completed in 175 milliseconds