Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:InsnRange

341   const SmallVectorImpl<InsnRange> &Ranges = Scope->getRanges();
1074 for (const InsnRange &R : S->getRanges()) {
1075 assert(R.first && "InsnRange does not have first instruction!");
1076 assert(R.second && "InsnRange does not have second instruction!");