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()
2498 PrevInstIt = in getSpillCost() local2500 while (InstIt != PrevInstIt) { in getSpillCost()2501 if (PrevInstIt == PrevInst->getParent()->rend()) { in getSpillCost()2502 PrevInstIt = Inst->getParent()->rbegin(); in getSpillCost()2507 if ((isa<CallInst>(&*PrevInstIt) && in getSpillCost()2508 !isa<DbgInfoIntrinsic>(&*PrevInstIt)) && in getSpillCost()2509 &*PrevInstIt != PrevInst) { in getSpillCost()2516 ++PrevInstIt; in getSpillCost()