Searched refs:PrevInstIt (Results 1 – 1 of 1) sorted by relevance
10236 PrevInstIt = in getSpillCost() local 10238 while (InstIt != PrevInstIt) { in getSpillCost() 10239 if (PrevInstIt == PrevInst->getParent()->rend()) { in getSpillCost() 10240 PrevInstIt = Inst->getParent()->rbegin(); in getSpillCost() 10267 if (isa<CallBase>(&*PrevInstIt) && !NoCallIntrinsic(&*PrevInstIt) && in getSpillCost() 10268 &*PrevInstIt != PrevInst) in getSpillCost() 10271 ++PrevInstIt; in getSpillCost()