Home | History | Annotate | Download | only in IR

Lines Matching defs:SP

101   for (auto *SP : SPs) {
102 if (MDTuple *Temp = SP->getVariables().get()) {
103 const auto &PV = PreservedVariables.lookup(SP);
725 auto *SP = getSubprogram(
732 AllSubprograms.push_back(SP);
733 trackIfUnresolved(SP);
734 return SP;