Home | History | Annotate | Download | only in src

Lines Matching defs:Insts

406   InstList &Insts = Node->getInsts();
407 InstList::iterator SpillPoint = Insts.end();
408 InstList::iterator FillPoint = Insts.end();
410 for (auto I = Insts.begin(), E = Insts.end();
430 assert(SpillPoint != Insts.end());
431 assert(FillPoint != Insts.end());