Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp272 SmallVector<CCValAssign, 4> RVLocs2; in resultsCompatible() local
273 CCState CCInfo2(CallerCC, false, MF, RVLocs2, C); in resultsCompatible()
290 return std::equal(RVLocs1.begin(), RVLocs1.end(), RVLocs2.begin(), in resultsCompatible()
291 RVLocs2.end(), AreCompatible); in resultsCompatible()