Home | History | Annotate | Download | only in Utils

Lines Matching full:profiledata

1915   MDNode *ProfileData = BI->getMetadata(LLVMContext::MD_prof);
1916 if (!ProfileData || ProfileData->getNumOperands() != 3) return false;
1917 ConstantInt *CITrue = dyn_cast<ConstantInt>(ProfileData->getOperand(1));
1918 ConstantInt *CIFalse = dyn_cast<ConstantInt>(ProfileData->getOperand(2));