Searched refs:InstToHoist (Results 1 – 2 of 2) sorted by relevance
1006 void SCEVExpander::hoistBeforePos(DominatorTree *DT, Instruction *InstToHoist, in hoistBeforePos() argument1009 if (DT->dominates(InstToHoist, Pos)) in hoistBeforePos()1013 fixupInsertPoints(InstToHoist); in hoistBeforePos()1014 InstToHoist->moveBefore(Pos); in hoistBeforePos()1015 Pos = InstToHoist; in hoistBeforePos()1016 InstToHoist = cast<Instruction>(InstToHoist->getOperand(0)); in hoistBeforePos()1017 } while (InstToHoist != LoopPhi); in hoistBeforePos()
367 void hoistBeforePos(DominatorTree *DT, Instruction *InstToHoist,