Home
last modified time | relevance | path

Searched refs:FillPoint (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp408 InstList::iterator FillPoint = Insts.end(); in addSpillFill() local
411 I != E && (SpillPoint == E || FillPoint == E); ++I) { in addSpillFill()
415 FillPoint = I; in addSpillFill()
431 assert(FillPoint != Insts.end()); in addSpillFill()
432 ++FillPoint; in addSpillFill()
444 Target->lowerInst(Node, FillPoint, InstAssign::create(Func, Preg, SpillLoc)); in addSpillFill()
445 Target->lowerInst(Node, FillPoint, InstFakeUse::create(Func, Preg)); in addSpillFill()