Searched refs:InstToHoist (Results 1 – 1 of 1) sorted by relevance
992 static void hoistBeforePos(DominatorTree *DT, Instruction *InstToHoist, in hoistBeforePos() argument995 if (DT->dominates(InstToHoist, Pos)) in hoistBeforePos()999 InstToHoist->moveBefore(Pos); in hoistBeforePos()1000 Pos = InstToHoist; in hoistBeforePos()1001 InstToHoist = cast<Instruction>(InstToHoist->getOperand(0)); in hoistBeforePos()1002 } while (InstToHoist != LoopPhi); in hoistBeforePos()