Searched refs:AuxMDs (Results 1 – 3 of 3) sorted by relevance
57 auto &AuxMDs = *cast<MDTuple>(MD->getOperand(1)); in runOnMachineFunction() local59 assert(AuxMDs.getNumOperands() == 1); in runOnMachineFunction()60 auto *Features = cast<ConstantAsMetadata>(AuxMDs.getOperand(0))->getValue(); in runOnMachineFunction()
171 SmallVector<Metadata *, 1> AuxMDs; in createPCSections() local172 AuxMDs.reserve(AuxConsts.size()); in createPCSections()174 AuxMDs.push_back(createConstant(C)); in createPCSections()175 Ops.push_back(MDNode::get(Context, AuxMDs)); in createPCSections()
1519 const auto *AuxMDs = cast<MDNode>(MDO); in emitPCSections() local1520 for (const MDOperand &AuxMDO : AuxMDs->operands()) { in emitPCSections()