Searched refs:PrevInstIt (Results 1 – 2 of 2) sorted by relevance
1815 PrevInstIt(PrevInst->getIterator()); in getSpillCost() local1816 --PrevInstIt; in getSpillCost()1817 while (InstIt != PrevInstIt) { in getSpillCost()1818 if (PrevInstIt == PrevInst->getParent()->rend()) { in getSpillCost()1819 PrevInstIt = Inst->getParent()->rbegin(); in getSpillCost()1823 if (isa<CallInst>(&*PrevInstIt) && &*PrevInstIt != PrevInst) { in getSpillCost()1830 ++PrevInstIt; in getSpillCost()
3710 PrevInstIt = in getSpillCost() local3712 while (InstIt != PrevInstIt) { in getSpillCost()3713 if (PrevInstIt == PrevInst->getParent()->rend()) { in getSpillCost()3714 PrevInstIt = Inst->getParent()->rbegin(); in getSpillCost()3719 if ((isa<CallInst>(&*PrevInstIt) && in getSpillCost()3720 !isa<DbgInfoIntrinsic>(&*PrevInstIt)) && in getSpillCost()3721 &*PrevInstIt != PrevInst) in getSpillCost()3724 ++PrevInstIt; in getSpillCost()