Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ScopeInfo

593   if (const MDNode *ScopeInfo = getAAInfo().Scope) {
595 if (ScopeInfo->getNumOperands() > 0)
596 for (unsigned i = 0, ie = ScopeInfo->getNumOperands(); i != ie; ++i) {
597 ScopeInfo->getOperand(i)->printAsOperand(OS, MST);