Searched refs:InstToHoist (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1020 static void hoistBeforePos(DominatorTree *DT, Instruction *InstToHoist, argument
1023 if (DT->dominates(InstToHoist, Pos))
1027 InstToHoist->moveBefore(Pos);
1028 Pos = InstToHoist;
1029 InstToHoist = cast<Instruction>(InstToHoist->getOperand(0));
1030 } while (InstToHoist != LoopPhi);

Completed in 312 milliseconds