Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRPrinter.cpp513 yaml::CallSiteInfo YmlCS; in convertCallSiteObjects() local
522 YmlCS.CallLocation = CallLocation; in convertCallSiteObjects()
528 YmlCS.ArgForwardingRegs.emplace_back(YmlArgReg); in convertCallSiteObjects()
530 YMF.CallSitesInfo.push_back(YmlCS); in convertCallSiteObjects()