Searched refs:RHSCUs (Results 1 – 1 of 1) sorted by relevance
674 const NamedMDNode *RHSCUs = RHS.getNamedMetadata("llvm.dbg.cu"); in haveCompileUnitsInCommon() local675 if (!RHSCUs) in haveCompileUnitsInCommon()683 for (int I = 0, E = RHSCUs->getNumOperands(); I != E; ++I) in haveCompileUnitsInCommon()684 if (const MDNode *N = RHSCUs->getOperand(I)) in haveCompileUnitsInCommon()